Skip to main content
GET
Health check
Simple health check endpoint to verify the API is operational. Does not require authentication.
Use this endpoint for uptime monitoring. It does not count against your rate limit when called without an API key.

Authorizations

X-API-Key
string
header
required

Partner API key. Optional for public endpoints, required for /v1/partner/*.

Response

200 - application/json

API is healthy

status
string
Example:

"ok"

version
string
Example:

"v1"

uptime
integer

Server uptime in seconds

timestamp
integer

Unix epoch seconds

providers
object