Check that HealthSherpa One is reachable and that your API key is active before making county lookup or quote requests.
Send the same x-api-key header you use for other API calls.
A successful response means the service accepted the request and recognized
your key.
GET /v1/ping
x-api-key: YOUR_API_KEY
{
"environment": "production",
"ok": true
}
200403 forbidden429 rate_limited