Skip to main content
GET
/
webhooks
List webhook endpoints
curl --request GET \
  --url https://sandbox.api.reap.global/webhooks/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Reap-Version: <reap-version>'
{
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "url": "<string>",
      "status": "ACTIVE",
      "lastUsedAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Response

200 - application/json

All webhooks for the project, including both ACTIVE and DISABLED endpoints.

items
object[]
required