Skip to main content
POST
Create webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string
required
Required string length: 1 - 200

Response

The request has succeeded.

A Webhook Configuration

created_at
string<date-time>
required
id
string
required

The unique identifier of this webhook config.

Pattern: ^[0-9]{1,19}$
Example:

"1146654567674912769"

url
string
required

The callback URL of the webhook.

valid
boolean
required