Skip to main content
POST
Create a new webhook subscription.

Authorizations

Authorization
string
header
required

access_token returned by the /auth/v1/oauth2/tokens API call.

Body

application/json

Subscription attributes.

Create a webhook subscription.

description
string
required

The description for the webhook subscription.

Maximum string length: 200
Example:

"My webhooks"

endpoint
string
required

The endpoint of the webhook subscription.

Maximum string length: 2500
Example:

"https://example.org/webhooks"

Response

Subscription created.

Create a webhook subscription response.

data
object