v6

OpenAPI 3.1.02026-07-311856741.1 MB
webhooks
public

List Webhook Endpoints

List webhook endpoints.

Scopes: webhooks:read webhooks:write

get/v1/webhooks/endpoints

Query parameters

string uuid4

The organization ID.

OR
string[]
Example:1dbfc517-0bbf-4301-9ba8-555ca42b9737

Filter by organization ID.

pageinteger

Page number, defaults to 1.

Page number, defaults to 1.

limitinteger

Size of a page, defaults to 10. Maximum is 100.

Size of a page, defaults to 10. Maximum is 100.

Response

Successful Response

Example response

{
  "items": [
    {
      "url": "https://webhook.site/cb791d80-f26e-4f8c-be88-6e56054192b0",
      "secret": "whsec_ovyN6cPrTv56AApvzCaJno08SSmGJmgbWilb33N2JuK"
    }
  ]
}