Orders
Order
Information about a specific order.
GET
/
orders
/
{id}
Authorizations
Authorization
string
headerrequiredA JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
x-client-secret
string
requiredA secret token identifying the client connecting to the API
Path Parameters
id
string
requiredResponse
200 - application/json
buyer_organisation
object
requiredcredits_delivered
object
requiredcredits_ordered
object
requiredeffective_contract_date
string
requiredfulfilled_at
string | null
requiredid
string
requiredRequired string length:
20 - 36
status
enum<string>
requiredAvailable options:
placed
, in_progress
, completed
supplier
object
requiredWas this page helpful?