POST
/
user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Idempotency-Key
string
required

The idempotency key for the request

Maximum length: 255

Body

application/json

The request format to create a user with Push

address
object
required

The address of the user's primary location

date_of_birth
string
required

The user's date of birth

email
string
required

The email address for the user

government_id
object
required
identity_verified
boolean
required

Indicates whether the user's identity has been verified by the operator. For use-cases where KYC is required, this field must be set to true.

name
object
required

The legal name of the user

phone_number
string

The phone number for the user

tag
string

A tag to associate with the user for the purposes of reconciliation. For example, you can use this field to store your own internal ID for the user.

Response

200 - application/json

The response format for creating a user with Push

id
string
required

Push's identifier assigned to the user