Create a Developer API key, store it safely, and send it with each public API request.
Last updated: July 2, 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 /v2/public/orders, AI API endpoints such as /v2/enrich and /v2/score, and Data API endpoints such as /v2/prospect/companies.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>"