/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 · enumOptionalPossible values:
The type of event that the subscription is for
callback_urlstringOptional
Responses
204
Subscription registered successfully
401
Invalid Authorization bearer token
403
Access forbidden
500
Internal server error
post
/subscriptionsNo content
See here for more details.*
Last updated