List webhooks#
/webhooksReturns a cursor-paginated list of your webhooks.
Response 200
Successful response
webhooksarray13 properties
idstring
Unique identifier, beginning with "WB".
created_atstring
Fixed timestamp, recording when this resource was created.
urlstring
URL the webhook was POST-ed to
request_headersobject
The request headers sent with the webhook
request_bodystring
The body of the request sent to the webhook URL
response_codeinteger
The response code from the webhook request
response_bodystring
The body of the response from the webhook URL
response_body_truncatedboolean
Boolean value indicating the webhook response body was truncated
response_headersobject
The headers sent with the response from the webhook URL
response_headers_content_truncatedboolean
Boolean indicating the content of response headers was truncated
response_headers_count_truncatedboolean
Boolean indicating the number of response headers was truncated
is_testboolean
Boolean value showing whether this was a demo webhook for testing
successfulboolean
Boolean indicating whether the request was successful or failed
metaobject2 properties
limitintegercursorsobject
2 properties
beforestring
Cursor pointing to the end of the desired set.
afterstring
Cursor pointing to the start of the desired set.
Errors 400401404422500
Bad Request
Unauthorised
Not found
Validation Error
Internal Error
Error Body
codeintegerdocumentation_urlstringerrorsarray2 properties
reasonstringmessagestringmessagestringrequest_idstringtypestringmetadataobjectlinksobjectGet a single webhook#
/webhooks/{webhook_id}Retrieves the details of an existing webhook.
Path Parameters
| Name | Type | Description |
|---|---|---|
webhook_idrequired | string | The webhook id |
Response 200
Successful response
webhooksobject13 properties
idstring
Unique identifier, beginning with "WB".
created_atstring
Fixed timestamp, recording when this resource was created.
urlstring
URL the webhook was POST-ed to
request_headersobject
The request headers sent with the webhook
request_bodystring
The body of the request sent to the webhook URL
response_codeinteger
The response code from the webhook request
response_bodystring
The body of the response from the webhook URL
response_body_truncatedboolean
Boolean value indicating the webhook response body was truncated
response_headersobject
The headers sent with the response from the webhook URL
response_headers_content_truncatedboolean
Boolean indicating the content of response headers was truncated
response_headers_count_truncatedboolean
Boolean indicating the number of response headers was truncated
is_testboolean
Boolean value showing whether this was a demo webhook for testing
successfulboolean
Boolean indicating whether the request was successful or failed
Errors 400401404422500
Bad Request
Unauthorised
Not found
Validation Error
Internal Error
Error Body
codeintegerdocumentation_urlstringerrorsarray2 properties
reasonstringmessagestringmessagestringrequest_idstringtypestringmetadataobjectlinksobjectRetry a webhook#
/webhooks/{webhook_id}/actions/retryRequests for a previous webhook to be sent again
Path Parameters
| Name | Type | Description |
|---|---|---|
webhook_idrequired | string | The webhook id |
Response 200
Action completed successfully
webhooksobject13 properties
idstring
Unique identifier, beginning with "WB".
created_atstring
Fixed timestamp, recording when this resource was created.
urlstring
URL the webhook was POST-ed to
request_headersobject
The request headers sent with the webhook
request_bodystring
The body of the request sent to the webhook URL
response_codeinteger
The response code from the webhook request
response_bodystring
The body of the response from the webhook URL
response_body_truncatedboolean
Boolean value indicating the webhook response body was truncated
response_headersobject
The headers sent with the response from the webhook URL
response_headers_content_truncatedboolean
Boolean indicating the content of response headers was truncated
response_headers_count_truncatedboolean
Boolean indicating the number of response headers was truncated
is_testboolean
Boolean value showing whether this was a demo webhook for testing
successfulboolean
Boolean indicating whether the request was successful or failed
Errors 400401404422500
Bad Request
Unauthorised
Not found
Validation Error
Internal Error
Error Body
codeintegerdocumentation_urlstringerrorsarray2 properties
reasonstringmessagestringmessagestringrequest_idstringtypestringmetadataobjectlinksobject