Skip to main content
GET
/
v1
/
health
Health check endpoint
curl --request GET \
  --url https://api-public.skipcall.app/v1/health
{
  "status": "ok",
  "timestamp": "2026-01-26T12:00:00.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.skipcall.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

API is healthy

status
string
Example:

"ok"

timestamp
string
Example:

"2026-01-26T12:00:00.000Z"