v1

latestOpenAPI 3.1.02026-07-241910582.8 KB

Get Webhook Event

get/webhook_events/{id}

Path parameters

idstring required

The ID of the Webhook Event

Response

200

idstring
objectstring
live_modeboolean
event_idstring
webhook_endpoint_idstring
created_atstring
updated_atstring

Example response

{
  "id": "d785c973-68b1-49c7-81b8-cb35ae08539c",
  "object": "webhook_event",
  "live_mode": true,
  "event_id": "f945f814-06f4-45fa-9ccc-7344da475d6b",
  "webhook_endpoint_id": "d6c1e77f-f75e-4ef4-9447-0af510073c55",
  "created_at": "2022-02-15T01:42:33Z",
  "updated_at": "2022-02-15T01:42:33Z"
}