Skip to main content
POST
Create a notification subscription

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
endpoint
string
required

URL of the subscriber endpoint. Must be publicly accessible and utilize HTTPS.

Example:

"https://example.org/handler/for/notifications"

Response

Successfully created a notification subscription.

data
object