Ping
Last updated
Verify that the OpenAlgo API key resolves to an active broker session.
POST /api/v1/pingcurl -X POST 'http://127.0.0.1:5000/api/v1/ping' \
-H 'Content-Type: application/json' \
-d '{"apikey":"<your_app_apikey>"}'{
"status": "success",
"data": {
"message": "pong",
"broker": "zerodha"
}
}This is not an anonymous process-health endpoint. An invalid key or revoked/missing broker session returns HTTP 403.
Back to: API documentation
Last updated