Webhooks
Get all webhooks
GET
/
webhooks
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
id
integer
Webhook ID.
url
string
URL of the request.
enabled
boolean
Indicates whether the webhook is active.
ssl_verify
boolean
Indicates whether SSL verification is enabled for the webhook.
disable_on_error
boolean
the webhook will be disabled after encountering an error.
account_id
integer
ID of the webhook account
http_headers
boolean
Indicates whether custom HTTP headers are used
created_at
string
Date and time of webhook creation
updated_at
string
Date and time of last webhook update