Invoke Trigger
Deprecated
POST
https://api.lootlocker.io/server/trigger
You can use Player Impersonation from the Server if you wish to call triggers from the server still.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.io/server/trigger' \
--header 'LL-Version: 2021-03-01' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "test",
"player_id": 361
}'
Response Response Example
{}
Request
Header Params
LL-Version
stringÂ
required
Example:
2021-03-01
x-auth-token
stringÂ
required
Default:
{{server_auth_token}}
Body Params application/json
Responses
Modified at 2025-04-07 14:11:44