Skip to main content
GET
/
api
/
v1
/
health
Health check
curl --request GET \
  --url https://vortexpdf.com/api/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "current_user": {
    "email": "[email protected]",
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "status": "operational"
}

Authorizations

Authorization
string
header
required

Manage your API keys at https://vortexpdf.com/api-keys

Response

Health status

Response from the health check endpoint

current_user
object
required

Information about the authenticated user

status
enum<string>
required

The current health status of the API

Available options:
operational,
degraded,
major