AltScore · Authentication Profile
Altscore Authentication
Authentication
AltScore authenticates through a Frontegg-backed OAuth 2.0 / OpenID Connect identity service at auth.altscore.ai. The SDK and CLI accept several credential types; the primary machine-to-machine path is client_id + client_secret exchanged for an access token (with refresh) at the identity token endpoint. Requests are multi-tenant — a tenant is resolved from the token. A dedicated sandbox identity host (auth.sandbox.altscore.ai) mirrors production.
AltScore secures its APIs with oauth2, apiKey, and http across 5 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials, authorizationCode, refreshToken, deviceCode, and tokenExchange flow(s).
CompanyCreditLendingFintechCredit ScoringUnderwritingKYCFinancial ServicesLatin AmericaData AggregationWorkflowsDecisioning
Methods: oauth2, apiKey, http
Schemes: 5
OAuth flows: clientCredentials, authorizationCode, refreshToken, deviceCode, tokenExchange
API key in: header
Security Schemes
client_credentials oauth2
user_credentials oauth2
api_key apiKey
user_token http
form_token apiKey