Andel · OAuth Scopes

Andel OAuth Scopes

OAuth 2.0 searched

Andel publishes 1 OAuth 2.0 scope. Scopes are the fine-grained permissions an application requests at authorization time to act against the Andel API on a user’s behalf.

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.

CompanyHealthcarePharmacyPharmacy BenefitsDrug PricingSpecialty MedicationsData ExchangeWebhooks
Scopes: 1 Flows: Method: searched

Scopes (1)

ScopeDescriptionFlows
purchases:read Read access to member purchase events on the Data Exchange API. Required to call GET /purchases and GET /purchases/{purchase_id}. Tokens additionally carry a `plans` claim that scopes visibility to the plans the tenant is authorized for.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-17'
method: searched
source: openapi/andel-data-exchange-openapi.yaml
docs: https://build.andel.org/dataexchange/overview/overview
issuer: Descope
token_url: https://api.descope.com/oauth2/v1/apps/token
schemes:
- name: andelDescopeClientCredentials
  grant: clientCredentials
  token_url: https://api.descope.com/oauth2/v1/apps/token
scopes:
- scope: purchases:read
  description: >-
    Read access to member purchase events on the Data Exchange API. Required to
    call GET /purchases and GET /purchases/{purchase_id}. Tokens additionally
    carry a `plans` claim that scopes visibility to the plans the tenant is
    authorized for.
  grants:
  - clientCredentials
  operations:
  - listPurchases
  - getPurchase