Skip to main content
GET
/
api
/
v1
/
events
/
{id}
GET events
curl --request GET \
  --url https://api.example.com/api/v1/events/{id}
{
  "$uri": "/api/v1/events/a1b2c3d4e5f67890",
  "payload": {},
  "status": "retryable"
}
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:
retryable,
success,
failed,
pending