Get order events

Returns all events associated with an order.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

order_idstringRequired
Order ID

Headers

Accept"application/json"Required
Specify the content type and version that the API should use. It's recommended to include this to avoid breaking changes.

Query parameters

limitintegerOptionalDefaults to 25
Limit the number of results returned
offsetintegerOptionalDefaults to 0
Offset the results by page

Response

A list of Events was successfully retrieved.
countinteger
resultslist of objects
nextstring
previousstring

Errors

400
Get Order Events Request Bad Request Error
401
Get Order Events Request Unauthorized Error
403
Get Order Events Request Forbidden Error
404
Get Order Events Request Not Found Error
406
Get Order Events Request Not Acceptable Error
429
Get Order Events Request Too Many Requests Error
451
Get Order Events Request Unavailable for Legal Reasons Error
500
Get Order Events Request Internal Server Error
501
Get Order Events Request Not Implemented Error