Skip to content

Returns information necessary for registering subscribing to push notifications with this handler

GET
/api/push-notification/{type}/server-information

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

type*
Typestring
Required
Pattern"\\w+"

Responses

Successful

application/json
JSON
{
"key": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python