GET
/
webhooks

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
account_id
integer

ID of the webhook account

created_at
string

Date and time of webhook creation

disable_on_error
boolean

the webhook will be disabled after encountering an error.

enabled
boolean

Indicates whether the webhook is active.

http_headers
boolean

Indicates whether custom HTTP headers are used

id
integer

Webhook ID.

ssl_verify
boolean

Indicates whether SSL verification is enabled for the webhook.

updated_at
string

Date and time of last webhook update

url
string

URL of the request.