POST
/
v1
/
user

Authorizations

x-api-key
string
headerrequired

The API Key you were given in the developer portal.

Body

application/json
firstName
string
required

The first name of the user.

lastName
string
required

The last name of the user.

email
string
required

The email of the user.

referenceId
string

The reference id of the user.

Response

201 - application/json
id
string
required

The unique identifier of the user.

firstName
string
required

The first name of the user.

lastName
string
required

The last name of the user.

email
string
required

The email of the user.

wallets
object[]
required

The wallets associated with the user.

referenceId
string

The reference ID associated with the user.