Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Subscription is used to define which events of the relevant topics should be sent to the callback URL. Limitations:
- This is only forward-looking, meaning that only events that occur after the subscription is created will be sent to the target.
- There may only be two (2) subscriptions per topic, unless the subscription filter specifies a specific
id
field ORdelete_after_use
is set to true. - Delivery is not guaranteed; message delivery will be retried when encountering a non-2xx response, but if there are multiple subscriptions for the same topic and one subscription successfully received the message, it will not be redelivered to the others.
Response
OK
Subscription is used to define which events of the relevant topics should be sent to the callback URL. Limitations:
- This is only forward-looking, meaning that only events that occur after the subscription is created will be sent to the target.
- There may only be two (2) subscriptions per topic, unless the subscription filter specifies a specific
id
field ORdelete_after_use
is set to true. - Delivery is not guaranteed; message delivery will be retried when encountering a non-2xx response, but if there are multiple subscriptions for the same topic and one subscription successfully received the message, it will not be redelivered to the others.