GET
/
user
/
{id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

The push identifier for the user

Response

200 - application/json
id
string
required

Push's identifier assigned to the user

tag
string | null
required

The tag provided in the request to create the user

status
enum<string>
required
Available options:
created,
enabled,
suspended,
disabled
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 | null
required

The phone number for the user

date_of_birth
string
required

The user's date of birth

government_id
object
required
payment_credentials
array | null
required

The payment credentials associated with the user

limits
object
required

The transaction limits for the user

loyalty
object
required

Aggregated sportsbetting spending metrics for the user

created_at
string
required

Date and time in which user was first created in system