List Webhook Endpoints

Returns webhook endpoints for the authenticated project in newest-first order.

get/webhook_endpoints

Query parameters

limitinteger

Maximum number of webhook endpoints to return. Defaults to 20.

afterstring nullable
Example:whe_123

ID of the last webhook endpoint from the previous page.

Response

Success

object'list' required

The object type, which is always list.

first_idstring nullable required

The ID of the first endpoint in this page.

last_idstring nullable required

The ID of the last endpoint in this page.

has_moreboolean required

Whether more webhook endpoints are available.

Changes

Changed in 2 of the 161 revisions of this API.3

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      endpoint added

      endpoint-added