Returns the current status of a given lab order
Should only be invoked for verified users (logged into account or verified email address)
Path parameters
-
UUID of an order that has been sent to a lab
GET /orders/{orderId}
curl \
-X GET https://api.labres.dev.healthmetrix.com/v1/orders/{orderId} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"status": "POSITIVE"
}
Response examples (200)
{
"status": "POSITIVE"
}
Response examples (500)
{
"message": "string"
}
Response examples (500)
{
"message": "string"
}