Events
Retrieve a usage event.
get/v2/events/{event_id}
Path parameters
event_idstring required
LedgerUp event identifier.
Example:event_0194f4e3a2b77c6aa91c4f6b4db2a980
Resource identifier.
Response
Resource found.
Example response
{
"id": "event_0194f4e3a2b77c6aa91c4f6b4db2a980",
"metric_id": "metric_0194f4e3a2b77c6aa91c4f6b4db2a980",
"currency": "usd",
"quantity": "1250.5",
"account_id": "account_0194f4e3a2b77c6aa91c4f6b4db2a980",
"occurred_at": 1767225600,
"accepted_at": 1767225600,
"created_at": 1767225600
}Changes
No recorded changes to this endpoint across all 1 revision of this API.