Health Check
Health Check
Authenticated health check endpoint
GET
Authenticated health check endpoint that returns status, environment, timestamp, and API version.
Headers
string
required
Bearer token authentication.
string
API version to use. Defaults to
2024-09-01 if not specified.Response
string
Always
ok for successful health checks.string
Environment indicator:
test for testmode keys, prod for production keys.string
Current ISO 8601 timestamp.
string
The API version being used.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
API version to use. Defaults to 2024-09-01 if not specified.
Available options:
2025-05-12, 2024-09-01 Response
Successful health check response
Health check response containing status, environment, timestamp, and API version information
Always returns 'ok' for successful health checks
Available options:
ok Example:
"ok"
Environment indicator based on API key type: 'test' for testmode keys, 'prod' for production keys
Available options:
test, prod Example:
"test"
Current ISO 8601 timestamp when the request was processed
Example:
"2025-09-12T17:30:00.000Z"
API version from X-API-Version header, or falls back to 2024-09-01
Available options:
2024-09-01, 2025-05-12 Example:
"2025-05-12"