API Playground
Create User
Add a user as a customer to your project.
POST
/
v1
/
user
Authorizations
x-api-key
string
headerrequiredThe API Key you were given in the developer portal.
Body
application/json
firstName
string
requiredThe first name of the user.
lastName
string
requiredThe last name of the user.
email
string
requiredThe email of the user.
referenceId
string
The reference id of the user.
Response
201 - application/json
id
string
requiredThe unique identifier of the user.
firstName
string
requiredThe first name of the user.
lastName
string
requiredThe last name of the user.
email
string
requiredThe email of the user.
wallets
object[]
requiredThe wallets associated with the user.
referenceId
string
The reference ID associated with the user.