GET
/
orders
/
{id}
curl --request GET \
  --url https://api.sandbox.isometric.com/registry/v0/orders/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "buyer_organisation": {
    "domain": "isometric.com",
    "id": "org_1GB56M1ST1S0GVNA",
    "name": "Isometric"
  },
  "credits_delivered": {
    "credit_kgs": 125632,
    "credits": 125.632
  },
  "credits_ordered": {
    "credit_kgs": 125632,
    "credits": 125.632
  },
  "effective_contract_date": "2023-12-25",
  "fulfilled_at": "2023-11-07T05:31:56Z",
  "id": "ord_1FAN3S3WV1S0B842",
  "status": "placed",
  "supplier": {
    "id": "spl_1CC712KFS1S0YKPS",
    "location": {
      "country_code": "<string>",
      "country_name": "<string>"
    },
    "organisation": {
      "domain": "isometric.com",
      "id": "org_1GB56M1ST1S0GVNA",
      "name": "Isometric"
    }
  }
}

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Example:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Path Parameters

id
string
required

Response

200
application/json
Successful Response
buyer_organisation
object
required
credits_delivered
object
required
credits_ordered
object
required
effective_contract_date
string
required
fulfilled_at
string | null
required
id
string
required
Required string length: 20 - 36
Example:

"ord_1FAN3S3WV1S0B842"

status
enum<string>
required
Available options:
placed,
in_progress,
completed
supplier
object
required