América Móvil · OAuth Scopes

América Móvil OAuth Scopes

OAuth 2.0 derived

América Móvil publishes 2 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the América Móvil API on a user’s behalf.

Tokens are issued from /oauth2/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.

TelecommunicationsMexicoLatin AmericaMobile Network OperatorNetwork APIsCAMARAOpen GatewaySIM SwapIdentity VerificationDevice LocationBroadband5GCarrier
Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
/oauth2/v1/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
retrieve-sim-swap-date Read the timestamp of the most recent SIM pairing change for a line (operation retrieveSimSwapDate). clientCredentials
check-sim-swap Ask whether a SIM swap occurred within a caller-supplied window (operation checkSimSwap). clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-25'
method: derived
source: >-
  openapi/america-movil-claro-device-location-openapi.json,
  openapi/america-movil-claro-sim-swap-openapi.json
docs: null
docs_note: >-
  Claro Brasil publishes no scopes or permissions reference page. The marketplace
  grants access per API through an approval workflow rather than through a scope
  catalog, and both harvested specifications declare an EMPTY scopes map on the
  clientCredentials flow while still requiring named scopes at the operation
  level — so the only scope evidence is the operation security requirements
  below.
schemes:
- name: OAuth2
  source: openapi/america-movil-claro-sim-swap-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: /oauth2/v1/token
    absoluteTokenUrl: https://api.claro.com.br/oauth2/v1/token
    declared_scopes: 0
- name: OAuth2
  source: openapi/america-movil-claro-device-location-openapi.json
  flows:
  - flow: clientCredentials
    tokenUrl: /oauth2/v1/token
    absoluteTokenUrl: https://api.claro.com.br/oauth2/v1/token
    declared_scopes: 0
scopes:
- scope: retrieve-sim-swap-date
  description: >-
    Read the timestamp of the most recent SIM pairing change for a line
    (operation retrieveSimSwapDate).
  flows: [clientCredentials]
  sources:
  - openapi/america-movil-claro-sim-swap-openapi.json
- scope: check-sim-swap
  description: >-
    Ask whether a SIM swap occurred within a caller-supplied window
    (operation checkSimSwap).
  flows: [clientCredentials]
  sources:
  - openapi/america-movil-claro-sim-swap-openapi.json
gaps:
- The flow-level scopes map is empty in both specs, so a client cannot request these scopes from metadata alone.
- The LBS device-location operation declares OAuth2 with no scope requirement at all, alongside Basic, Bearer and X-API-Key alternatives.
- >-
  No CAMARA-standard scope (e.g. device-location-read) appears in any
  Claro-published document — only in the upstream CAMARA definition Claro links
  from its Device Location Verify product page.