Truecaller OAuth Scopes
Truecaller publishes 6 OAuth 2.0 scopes via the authorizationCode and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Truecaller API on a user’s behalf.
Tokens are issued from https://oauth-account-noneu.truecaller.com/v1/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
OAuth endpoints
https://oauth-account-noneu.truecaller.com/v1/auth
https://oauth-account-noneu.truecaller.com/v1/token
authorizationCoderefreshToken
Scopes (6)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect authentication; required for the userinfo endpoint (422 if missing). | authorizationCode |
| profile | Read the user's Truecaller profile (given_name, family_name, picture, gender). | authorizationCode |
| phone | Read the user's verified phone number, country code and phone_number_verified claim. | authorizationCode |
| Read the user's email address. | authorizationCode | |
| address | Read the user's address claims (locality, postal_code). | authorizationCode |
| offline_access | Obtain a refresh token for long-lived access. | authorizationCode, refreshToken |
📄 Provider scope reference: https://docs.truecaller.com/truecaller-sdk/android/latest-oauth-sdk-3.3.0/integration-steps/setting-up-oauth-parameters
Source
OAuth Scopes
Work with this as data
Every scope set here is available over the APIs.io API and to AI agents over MCP.