Skip to main content
POST
Create Webhook

Authorizations

Authorization
string
header
required

HMAC-SHA256 signature. See the Authorization-Signature header parameter on signed operations.

Headers

Authorization-Signature
string
required

HMAC-SHA256 signature header: 'APIKey=<api_key>,signature=,timestamp=<unix_timestamp>'. The signature is computed over METHOD + path (with the /v3 prefix stripped) + timestamp.

Body

application/json
url
string
required
Example:

"https://example.com/webhook"

subscription_events
string[]
Example:

Response

Webhook created

id
string
required
Example:

"cuidjkhg3e289y74u5t6v"

url
string
required
Example:

"https://example.com/webhook"

active
boolean
required
Example:

true

webhook_secret
string
Example:

"whsec_xxxxx"

subscription_events
string[]
Example: