Summary
Public integrations use Bearer tokens. Add the token to your HTTP header and use it for every request.New Developer Portal API tokens are issued as a single access token. Copy it once when you create it and store it in your integration or secret manager. If you need to rotate or revoke it, delete the token in Sanka and create a new one.The AI endpoints at/v1/enrich and /v1/score also support Sanka internal requests authenticated with X-Workspace-Code.Bearer token
Developer Portal tokens
- Open Developers → API in your workspace.
- Create a token and choose the permission level you need.
- Copy the token immediately. For security reasons, it is shown only once.
- Store it in your integration or secret manager.
- If the token is exposed, shared with the wrong environment, or no longer needed, delete it and create a new token.
GET /v1/public/auth/whoami to verify the active token:Required scopes
POST /v1/enrichrequirescompanies:writePOST /v1/scorewithobject_type=companyrequirescompanies:readPOST /v1/scorewithobject_type=dealrequirescases:read