Numeric · OAuth Scopes

Numeric OAuth Scopes

OAuth 2.0 searched

Numeric publishes 4 OAuth 2.0 scopes via the authorizationCode and deviceCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Numeric API on a user’s behalf.

Tokens are issued from https://auth.numeric.io/oauth2/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.

CompanyFintechAccountingFinancial CloseReconciliationMCPAgent SkillsOAuth
Scopes: 4 Flows: authorizationCode, deviceCode Method: searched

OAuth endpoints

Authorization URL
https://auth.numeric.io/oauth2/authorize
Token URL
https://auth.numeric.io/oauth2/token
Flows
authorizationCodedeviceCode

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token.
profile Access to the user's basic profile claims.
email Access to the user's email address claim.
offline_access Issue a refresh token for long-lived, offline access.

Source

OAuth Scopes

numeric-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://auth.numeric.io/.well-known/oauth-authorization-server
docs: https://api.numeric.io/.well-known/oauth-authorization-server
schemes:
- name: OAuth2
  source: well-known/numeric-oauth-authorization-server.json
  issuer: https://auth.numeric.io
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.numeric.io/oauth2/authorize
    tokenUrl: https://auth.numeric.io/oauth2/token
  - flow: deviceCode
    deviceAuthorizationUrl: https://auth.numeric.io/oauth2/device_authorization
    tokenUrl: https://auth.numeric.io/oauth2/token
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token.
  sources: [well-known/numeric-oauth-authorization-server.json]
- scope: profile
  description: Access to the user's basic profile claims.
  sources: [well-known/numeric-oauth-authorization-server.json]
- scope: email
  description: Access to the user's email address claim.
  sources: [well-known/numeric-oauth-authorization-server.json]
- scope: offline_access
  description: Issue a refresh token for long-lived, offline access.
  sources: [well-known/numeric-oauth-authorization-server.json]