v1

latestOpenAPI 3.0.02026-07-2447166133.5 KB
Webhooks

Get a webhook destination endpoint by id

This operation retrieves a specific destination endpoint for webhooks events by id.

get/webhooks/endpoints/{endpointId}

Path parameters

endpointIdstring required

The id of a webhook destination endpoint

Example:wde_01HWDG5ADNBGJ3XXXXXFP8P1GH

The id of the webhook destination endpoint.

Response

ok

Example response

{
  "endpoint": {
    "createdAt": "2020-04-01T00:00:00Z",
    "id": "wde_01HWDG5ADNBGJ3XXXXXFP8P1GH",
    "name": "My Webhook Endpoint",
    "signingSecrets": [
      {
        "id": "wss_01HWDG5ADNBGXXXXXY07DP8"
      }
    ],
    "url": "https://example.com/webhook"
  }
}