Skip to main content
GET
/
v1
/
health
Health check
curl --request GET \
  --url https://api.acaas.example.com/v1/health
{
  "status": "<string>",
  "version": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://acaas.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

Health check response.

status
string
required
version
string
required