Notifications
Create a new subscription
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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201 - application/json
Subscription created successfully
The response is of type object
.