JavaScript
Events
Retrieve event
Retrieves a webhook event by ID.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.augustus.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token for authentication with Augustus Banking API
Path Parameters
Unique identifier of the event.
Response
200 - application/json
The event resource
Unique identifier of the event. Matches the envelope id delivered in the webhook payload and is stable across subscription fan-out and retries.
Resource type discriminator.
Available options:
event Event type.
Available options:
payout.created, payout.initiated, payout.paid, payout.failed, return.initiated, return.paid, return.failed, return.returned, deposit.received, conversion.created, conversion.completed, conversion.failed, ping.test API version the event payload was rendered at. Stable across retries and redeliveries, and mirrored in the webhook envelope api_version field.
ISO 8601 UTC timestamp when the event was created.
Event payload. Shape matches the resource schema for event_type.