Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique (UUID) identifier for the webhook subscription
Response
200 - application/json
Successful response with webhook subscription
Unique identifier
Example:
"0227d1e5-ba9a-42b5-8fe2-38882aa65708"
Date and time the subscription was created
Whether the subscription is currently active
Example:
true
Type of subscription, one of 'webhook' or 'email' or 'sms'
Example:
"webhook"
ID of the user who created the subscription; for email or sms endpoints, this is the recipient.
Example:
"0227d1e5-ba9a-42b5-8fe2-38882aa65708"