GET
/
api
/
v1
/
events
/
{id}
{
  "$uri": "/api/v1/events/a1b2c3d4e5f67890",
  "payload": {},
  "status": "success"
}

Get a single event by its ID.

Path Parameters

id
string
required

Response

200 - application/json
Successful operation
$uri
string
Example:

"/api/v1/events/a1b2c3d4e5f67890"

payload
object

The webhook payload.

status
enum<string>

The status of the webhook for the event.

Available options:
success,
pending,
retryable,
failed