Create a Developer API key, store it safely, and send it with each public API request.
Last updated: June 11, 2026
Authorization header as a Bearer value. In examples, replace <api_key> with the key you copied from Sanka.Authorization: Bearer <api_key>
/v2/public/companies and Data APIs such as /v2/enrich, /v2/prospect/companies, and /v2/score.GET /v2/public/auth/whoami to confirm which workspace and permission level the key resolves to:curl "https://api.sanka.com/v2/public/auth/whoami" \
-H "Authorization: Bearer <api_key>"