boundry.
RegionSydney, Australia
GET/health

health

Authentication

This operation does not declare an authentication requirement in the API contract.

Request examples

request.sh
bash
curl --request GET 'https://api.au.boundry.dev/health' \
+  -H 'Authorization: Bearer $BOUNDRY_API_KEY' \
+

200 response

Healthy

FieldTypeDescription
servicerequiredunknown

Values: "boundry-api".

statusrequiredunknown

Values: "ok".

regionrequiredstring

Example: "ap-southeast-2".

response.jsonExample response
application/json
{
  "service": "boundry-api",
  "status": "ok",
  "region": "ap-southeast-2"
}