Skip to main content
GET
/
webhooks
Error
A valid request URL is required to generate request examples
{
  "endpoints": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "tenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "url": "<string>",
      "status": "ACTIVE",
      "createdAt": "2023-11-07T05:31:56Z",
      "events": [
        "<string>"
      ],
      "secret": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer {key_id}:{secret}

Response

200 - application/json

Webhook endpoint list

endpoints
object[]