cURL
curl --request GET \ --url https://api.example.com/api/v1/events/{id}
{ "$uri": "/api/v1/events/a1b2c3d4e5f67890", "payload": {}, "status": "retryable" }
Successful operation
"/api/v1/events/a1b2c3d4e5f67890"
The webhook payload.
The status of the webhook for the event.
retryable
success
failed
pending