cURL
curl --request GET \ --url https://app.onecodex.com/api/v1/events/{id} \ --header 'X-API-Key: <api-key>'
{ "$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