API ReferenceWebhook Endpoints

List webhook endpointsv3.1

GET
/api/v3.1/webhook_endpoints

Lists webhook endpoints for the authenticated project, optionally filtered by toolkit.

Authorization

ApiKeyAuth
x-api-key<token>

Project API key authentication

In: header

Query Parameters

toolkit_slugstring

Filter by toolkit slug

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v3.1/webhook_endpoints"
{  "items": [    {      "id": "string",      "toolkit_slug": "string",      "client_id": "string"    }  ]}