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
curl --request GET \ --url https://api.case.dev/index \ --header 'Authorization: Bearer <token>'
{ "name": "case.dev API", "version": "1.0.0", "status": "healthy" }
API key starting with sk_case_
sk_case_
API information retrieved successfully
The name of the API
The current API version
The health status of the API
Was this page helpful?