cURL
curl --request GET \ --url https://api.example.com/api/health \ --header 'Authorization: Bearer <token>'
{ "status": "ok" }
Send either a Sourcebot API key (sbk_...) or, on EE instances with OAuth enabled, an OAuth access token (sboa_...) in the Authorization header.
sbk_...
sboa_...
Service is healthy.
ok
Was this page helpful?