Create Subscription
This endpoint creates a new webhook subscription.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token or OAuth2
Request
This endpoint expects an object.
topics
The event types for which webhook callbacks will be received.
url
The URL that will be called when an event matching the subscription topic occurs. The URL must use HTTPS, accept POST requests, and handle content of type application/json.
description
Description of the webhook subscription.
secret
A secret key used to sign the webhook payload for verifying its authenticity on the receiver's end.
Response
Success
created_at
TimeStamp the webhook subscription was created
description
Description of the webhook subscription
id
ID of the webhook subscription
secret
A secret key used to sign the webhook payload for verifying its authenticity on the receiver's end.
topics
List of event types the webhook will receive notifications for
url
URL subscription events will be posted to

