user
Get a user
Retrieve a user by ID
GET
/
user
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe push identifier for the user
Response
200 - application/json
id
string
requiredPush's identifier assigned to the user
tag
string | null
requiredThe tag provided in the request to create the user
status
enum<string>
requiredAvailable options:
created
, enabled
, suspended
, disabled
name
object
requiredThe legal name of the user
address
object
requiredThe address of the user's primary location
email
string
requiredThe email address for the user
phone_number
string | null
requiredThe phone number for the user
date_of_birth
string
requiredThe user's date of birth
government_id
object
requiredpayment_credentials
array | null
requiredThe payment credentials associated with the user
limits
object
requiredThe transaction limits for the user
loyalty
object
requiredAggregated sportsbetting spending metrics for the user
created_at
string
requiredDate and time in which user was first created in system