Skip to main content
GET
/
index
Get API Status
curl --request GET \
  --url https://api.case.dev/index \
  --header 'Authorization: Bearer <token>'
{
  "name": "case.dev API",
  "version": "1.0.0",
  "status": "healthy"
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Response

200 - application/json

API information retrieved successfully

name
string
required

The name of the API

version
string
required

The current API version

status
string
required

The health status of the API