Create a new subscription for notification events. Subscriptions can be created for email, SMS, or webhooks.
Email and SMS subscriptions will be delivered to the email or phone number specified in the user profile.
For webhook subscriptions, your endpoint must implement the webhook specification documented in the “Webhooks” section. The endpoint you provide will receive events matching the format specified.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Subscription created successfully
The response is of type object
.