GET
/healthhealth
Authentication
This operation does not declare an authentication requirement in the API contract.
Request examples
bash
curl --request GET 'https://api.au.boundry.dev/health' \
+ -H 'Authorization: Bearer $BOUNDRY_API_KEY' \
+200 response
Healthy
FieldTypeDescription
servicerequiredunknownValues: "boundry-api".
statusrequiredunknownValues: "ok".
regionrequiredstringExample: "ap-southeast-2".
application/json
{
"service": "boundry-api",
"status": "ok",
"region": "ap-southeast-2"
}