GET
/orders/{orderId}
curl \
-X GET https://api.labres.dev.healthmetrix.com/v1/orders/{orderId} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (500)
{
"message": "string"
}
Response examples (500)
{
"message": "string"
}
Response examples (200)
{
"status": "POSITIVE"
}
Response examples (200)
{
"status": "POSITIVE"
}