Create user
Users
Create user
Create a new user on behalf of a partner. Currently only worker product type is supported.
POST
Create user
Documentation Index
Fetch the complete documentation index at: https://developer.bitwage.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Include your access token as:
Authorization: Basic <ACCESS_TOKEN>
Body
application/json
International format including area code. Whitespace and special characters accepted.
Example:
"1 800 123 1234"
2-character ISO country code (not numeric area code).
Example:
"US"
Format YYYY-MM-DD.
Example:
"1990-01-15"
2-character ISO country code.
Example:
"US"
Only worker is currently supported.
Available options:
worker Response
200 - application/json
User created successfully.