v1
latestOpenAPI 3.1.02026-07-1342111193.6 KBWebhooks
List webhook endpoints
Returns a paginated list of webhook endpoints.
get/webhook/endpoints
Query parameters
limitinteger
updated_afterstring date-time
ISO8601 datetime, used to traverse paginated responses. Use of this parameter is mutually exclusive with updated_before.
updated_beforestring date-time
ISO8601 datetime, used to traverse paginated responses. Use of this parameter is mutually exclusive with updated_after.
order'asc' | 'desc'
Used to specify the order in which records should be returned. Currently ordered by updated_at timestamp.
Headers
Arcadia-Versionstring required
The Arcadia-Version for the request
Response
Success
Example response
{
"data": [
{
"id": "3847dd41-8c90-499a-ac6e-10a027dd231f",
"signing_key": "MIZ1ImBK1FiVisS1",
"url": "https://example.com/webhook-endpoint",
"enabled": true,
"arc_version": "2022-10-13"
}
],
"total_count": 1
}