Claim
POST
/client/v3/remote/claim
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.com/client/v3/remote/claim' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "{{v3_client_remote_lease_code}}"
}'
Response Response Example
200 - Successful Response
{
"code": "H39KPSR6",
"nonce": "01HBZK7MWX2QXZYC5P3NR6AGHY",
"client_id": "dev_e57d9718862e4533958284aa06bcebba",
"environment": {
"id": "01HBR1NYMATRK20R2YS5TNHKCF",
"name": "Some Game"
}
}
Request
Body Params application/json
Responses
Modified at 2024-09-02 12:00:58