v1
latestOpenAPI 3.0.02026-07-2663155142.2 KBUser
Get user
Returns information and identifier of the requesting user
get/v1/client/user
Response
OK
Example response
{
"data": {
"consent_general": "2022-01-01T12:00:00Z",
"consent_analytics": "2022-01-01T12:00:00Z",
"consent_advertising": "2022-01-01T12:00:00Z",
"country": "US, GB, DE, etc.",
"is_spin_available": true,
"spin_details": {
"periodicity": "DAILY",
"timezone": "UTC",
"min_level": 5,
"prize_pool": [
{
"type": "reward-user-currency",
"weight": 0.3,
"prize_data": {
"amount": "100"
}
}
]
}
}
}