Returns basic information about the Case.dev API including name, version, and health status. This endpoint can be used for health checks and API discovery.
curl --request GET \
--url https://api.case.dev/index \
--header 'Authorization: Bearer <token>'{
"name": "case.dev API",
"version": "1.0.0",
"status": "healthy"
}Was this page helpful?
curl --request GET \
--url https://api.case.dev/index \
--header 'Authorization: Bearer <token>'{
"name": "case.dev API",
"version": "1.0.0",
"status": "healthy"
}