Skip to main content
GET
/
orders
/
{ref}
Get order status
curl --request GET \
  --url https://api.scaas.ai/orders/{ref} \
  --header 'Authorization: Bearer <token>'
{
  "ref": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

ref
string
required

Response

200 - application/json

Order details

ref
string
status
string