America Movil Authentication
Every callable América Móvil API is Claro Brasil's, and every one of them authenticates the same way: OAuth 2.0 client credentials against https://api.claro.com.br/oauth2/v1/token, exchanged for a bearer token. The wrinkle is the header. The 2019-generation "customers" services send both the Basic credential and the bearer token in a non-standard `x-client-auth` header and add an `X-CustomerID` partner header; the 2023-2025 Open Gateway services use the standard `Authorization` header. Geofencing additionally requires an `X-API-Key`. There is no three-legged flow, no CIBA and no user consent mechanism anywhere in the estate.
América Móvil secures its APIs with apiKey, http, and oauth2 across 4 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).