/subscriptions

Register a callback url for notifications

post
/subscriptions

Subscriptions (or webhooks) serve to specify a callback url that should be invoked when an event occurs.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
eventTypestring · enumOptional

The type of event that the subscription is for

Possible values:
callback_urlstringOptional
Responses
post
/subscriptions

No content

See here for more details.*

Last updated