Agora Data · OAuth Scopes

Agora Data OAuth Scopes

OAuth 2.0 searched

Agora Data publishes 6 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Agora Data API on a user’s behalf.

Tokens are issued from https://agora-data.us.auth0.com/oauth/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.

CompanyAuto FinanceAutomotiveLendingFinancial-ServicesFintechLoan OriginationData AnalyticsArtificial IntelligenceCapital Markets
Scopes: 6 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://agora-data.us.auth0.com/authorize https://api.agoradata.com/oauth/authorize
Token URL
https://agora-data.us.auth0.com/oauth/token https://api.agoradata.com/oauth/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
openid Request an OIDC ID token. authorizationCode
profile Basic profile claims (name, given_name, family_name, nickname, picture). authorizationCode
email Email address and email_verified claim. authorizationCode
offline_access Issue a refresh token so the portal session can be renewed. authorizationCode
address Address claim. authorizationCode
phone Phone number claim. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-06'
method: searched
source: well-known/agora-data-openid-configuration.json
docs: https://agora-data.us.auth0.com/.well-known/openid-configuration
notes: >-
  Agora Data's loan-import API at api.agoradata.com hosts its own /oauth/authorize and
  /oauth/token endpoints and returns a `scope` field on TokenRequestResponse, but it
  publishes NO scope vocabulary — the OpenAPI declares no oauth2 securityScheme and no
  flow `scopes` map, and there is no public scopes/permissions reference page. The only
  scope vocabulary Agora Data actually publishes is the standard OIDC set advertised by
  the Auth0 tenant that fronts AgoraPortal. Those are identity scopes for the portal, not
  authorization scopes for the loan-import API. Nothing below is invented; the API's own
  scope vocabulary remains undocumented.
schemes:
- name: agora-portal-oidc
  source: well-known/agora-data-openid-configuration.json
  issuer: https://agora-data.us.auth0.com/
  flows:
  - flow: authorizationCode
    authorizationUrl: https://agora-data.us.auth0.com/authorize
    tokenUrl: https://agora-data.us.auth0.com/oauth/token
    pkce: S256
- name: agora-api-oauth
  source: openapi/agora-data-openapi-original.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.agoradata.com/oauth/authorize
    tokenUrl: https://api.agoradata.com/oauth/token
  scopes_published: false
scopes:
- scope: openid
  description: Request an OIDC ID token.
  flows: [authorizationCode]
  sources: [well-known/agora-data-openid-configuration.json]
- scope: profile
  description: Basic profile claims (name, given_name, family_name, nickname, picture).
  flows: [authorizationCode]
  sources: [well-known/agora-data-openid-configuration.json]
- scope: email
  description: Email address and email_verified claim.
  flows: [authorizationCode]
  sources: [well-known/agora-data-openid-configuration.json]
- scope: offline_access
  description: Issue a refresh token so the portal session can be renewed.
  flows: [authorizationCode]
  sources: [well-known/agora-data-openid-configuration.json]
- scope: address
  description: Address claim.
  flows: [authorizationCode]
  sources: [well-known/agora-data-openid-configuration.json]
- scope: phone
  description: Phone number claim.
  flows: [authorizationCode]
  sources: [well-known/agora-data-openid-configuration.json]
observed_portal_request:
  audience: dealer-portal
  scope: openid profile email offline_access
  source: https://portal.agoradata.com/ 302 redirect
gaps:
- The loan-import API returns a `scope` on its token response but publishes no scope vocabulary.

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/agora-data-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.