aid_orders_id_events_get
Collections
Order events collection
Retrieve a list of latest order events
scopes:
- admin:shopping
- read:shopping
- read:shopping:/orders/ANY/events
GET
aid_orders_id_events_get
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
Required string length:
9The resource identifier string
Response
order events
- Api Event
- Order Status Event
The combined state of all events
- failure if any of the events reports as
errororfailure - pending if there is no events or if the latest status for
any service is
pending - success if the latest status for all services is
success
Last modified on May 27, 2026