Verify
POST
/client/v3/remote/verify
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.com/client/v3/remote/verify' \
--header 'Authorization: Bearer {{v3_client_access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "{{v3_client_remote_lease_code}}",
"nonce": "{{v3_client_remote_lease_nonce}}"
}'
Response Response Example
200 - Successful Response
{
"player_id": "01HBTPWVHZDH05ZCRR97NRD5VJ",
"lease": {
"code": "H39KPSR6",
"nonce": "01HBZK7MWX2QXZYC5P3NR6AGHY",
"status": "VERIFIED",
"user_agent": "PostmanRuntime/7.33.0",
"ip": "[::1]:50703"
},
"environment": {
"id": "01HBR1NYMATRK20R2YS5TNHKCF",
"name": "Some Game"
}
}
Request
Header Params
Authorization
string
required
Example:
Bearer {{v3_client_access_token}}
Body Params application/json
Responses
Modified at 2024-09-02 12:00:58