POST
/
user

Authorizations

Authorization
string
headerrequired

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

Body

application/json

The request format to create a user with Push

name
object
required

The legal name of the user

address
object
required

The address of the user's primary location

email
string
required

The email address for the user

phone_number
string

The phone number for the user

date_of_birth
string
required

The user's date of birth

government_id
object
required
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.

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.

Response

200 - application/json

The response format for creating a user with Push

id
string
required

Push's identifier assigned to the user