Making Authenticated Requests
Pass your API key in theAuthorization: Bearer header:
401 Unauthorized response.
Obtaining an API Key
SIS API keys are issued during partner onboarding. Contact your account manager to obtain your API key.
- Which user fields you can access when looking up users by
- Which scopes you can request when exchanging PINTs
- Your rate limits for API calls
API Key Scopes
Depending on your partner tier, your API key grants access to different levels of user data:| Tier | Fields Returned | Use Case |
|---|---|---|
| Thin | external_id, username, wallet addresses, account_status | Basic identity verification |
| Partner | Thin fields + email, phone, first_name, last_names | Service personalisation |
| Full | Partner fields + sumsub_applicant_id | Authorised compliance partners |
Rate Limits
API key rate limits are configured per-partner during onboarding. If you exceed your rate limit, the API returns429 Too Many Requests.
The response includes standard rate limit headers:
Base URL
https://sis.sumvin.com/v0/users/{sri}.