Elliptic · OAuth Scopes

Elliptic OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://login.elliptic.co/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.

BlockchainCryptoComplianceAMLTransaction ScreeningWallet ScreeningRisk ScoringAnalytics
Scopes: 2 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://login.elliptic.co/authorize
Token URL
https://login.elliptic.co/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
openid authorizationCode
profile authorizationCode

Source

OAuth Scopes

elliptic-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/aml-api-oauth.json
schemes:
- name: oauth2
  source: openapi/aml-api-oauth.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.elliptic.co/authorize
    tokenUrl: https://login.elliptic.co/oauth/token
scopes:
- scope: openid
  flows:
  - authorizationCode
  sources:
  - openapi/aml-api-oauth.json
- scope: profile
  flows:
  - authorizationCode
  sources:
  - openapi/aml-api-oauth.json