Call
POST
https://api.lootlocker.com/game/triggers/cozy-crusader/v1
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.com/game/triggers/cozy-crusader/v1' \
--header 'x-session-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keys": [
"key1",
"key2",
"key3"
]
}'
Response Response Example
202 - Success
{
"failed_keys": [
{
"key": "bad_key_one",
"reason": "TRIGGER_LIMIT_REACHED"
},
{
"key": "bad_key_two",
"reason": "KEY_NOT_FOUND"
},
{
"key": "bad_key_three",
"reason": "REWARD_NOT_FOUND"
}
],
"successful_keys": [
{
"key": "mykey"
}
]
}
Request
Header Params
x-session-token
stringÂ
required
Default:
{{session_token}}
Body Params application/json
Responses
Modified at 2025-04-15 11:21:59