Events
Get event
Retrieve one event, including the full data payload it carried.
GET/v1/events/{event_id}
Parameters
| Parameter | Description |
|---|---|
| event_idstring · pathrequired | No description in the spec. |
Returns
Returns an EventResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the events:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other events operations
- List events GET /v1/events
- Stream events GET /v1/events/stream
BillKit