CreateSubscription
Creates new subscription.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Subscription is used to define which events of the relevant topics should be sent to the callback URL. Limitations:
id
field OR delete_after_use
is set to true.OK
The response is of type object
.