List webhook endpoints

Returns a list of webhook endpoints matching the query parameters provided.

Scopes: WEBHOOK_CONFIG_READ

Headers

AcceptstringRequired
X-RegionstringRequired
X-SignaturestringRequired
User-AgentstringRequired

Query parameters

cursorstringOptional
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query.
limitintegerOptional>=1<=50Defaults to 50
Maximum number of webhook endpoints to return.
reference_idstringOptional>=1 character<=1024 characters

A user-defined identifier for this webhook endpoint, typically used to associate the webhook endpoint with a record in an external system.

Response

OK
webhook_endpointslist of objects
cursorstring or null
The pagination cursor to be used in a subsequent request. If empty, this is the final response.

Errors