# Health check `GET /api/v1/health` Returns ok if the service is reachable. Requires authentication. ## Request - cURL ``` curl https://sistava.com/api/v1/health \ -H "Authorization: Bearer sk-your-api-key" ``` ## Response 200 ```json { "status": "ok" } ``` Concepts and walkthrough: https://sistava.com/en/guide/channels/api API reference index: https://sistava.com/en/docs