hooks

Retrieve webhook by ID

Use this method to retrieve a webhook by its ID.

get/hooks/{id}/

Path parameters

idinteger required

A unique integer value identifying this Webhook.

Response

idinteger required
namestring required

Human-readable name for this webhook

activeboolean required

Inactive webhooks will not send any requests

urlstring uri required

Receiving URL

batch_sizeinteger

Webhook messages batch size

send_attemptsinteger

Maximum number of attempts to send a webhook

created_byinteger required

Creator ID

created_datestring date-time required

Webhook creation date

modified_datestring date-time required

Webhook modification date

Changes

No recorded changes to this endpoint across all 1 revision of this API.