Skip to main content
GET
/
v1
/
endpoints
List endpoints
curl --request GET \
  --url https://api.webhook.co/v1/endpoints \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "paused": true,
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "nextCursor": "<string>"
}

Authorizations

Authorization
string
header
required

A whk_-prefixed API key (opaque; not a JWT).

Query Parameters

cursor
string

Opaque keyset cursor from a prior page's nextCursor.

limit
integer

Max items to return (1–200, default 50).

Required range: x <= 200
name
string

Case-insensitive substring name filter (empty = no filter).

Required string length: 1 - 200

Response

Success.

items
object[]
required
nextCursor
string | null
required