Send Notification to Player
POST
https://api.lootlocker.io/server/notifications/v1/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.io/server/notifications/v1/' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"notification_type": "pull.message.test",
"priority": "medium",
"recipient": "01JQY4B0E8ZSYBTCC7Y6YJ56HX",
"content": {
"foo": "bar"
},
"properties": [
{
"key": "some-prop",
"value": "some-value"
}
]
}'
Response Response Example
{}
Request
Header Params
x-auth-token
stringÂ
required
Default:
{{server_auth_token}}
Body Params application/json