List order events
Order Events
List order events
Returns a paginated list of timeline events for an order (e.g. order created, order completed, order receipt sent, invoice paid), newest first. This includes every order tied to the same underlying subscription as the given order, not just that single order record.
GET
List order events
Click the base URL in the API playground and select the Sandbox host for test data or the Production host for live data. Use credentials from the same environment.
Authorizations
The Server API Key obtained from the kelviq application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'
Path Parameters
The order ID.
Query Parameters
Number of results per page. Defaults to 10, maximum 100.
Required range:
1 <= x <= 100Page number to return.
Required range:
x >= 1