GET
/
webhooks
/
{id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
integer
required

Webhook ID

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