Skip to main content
GET
/
api
/
health
Health check
curl --request GET \
  --url https://api.example.com/api/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sourcebot.dev/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Response

200 - application/json

Service is healthy.

status
enum<string>
required
Available options:
ok