Health probe with auth context
GET/v1/ping
Returns the caller tenant id and key mode. Useful for SDK smoke tests and to verify a token is accepted.
Responses
- 200
- 401
- 429
Default Response
Default Response
Default Response
SDK usage
client.OCR // Ping is exposed via the gateway only; SDKs call /v1/ping implicitly via Sessions.Create or any other call.
// Ping is exposed via the gateway only; SDKs call /v1/ping implicitly.
Example
curl https://api.drukverify.com/v1/ping \
-H "Authorization: Bearer dv_sk_test_..."