Aspire · OAuth Scopes

Aspire OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.aspireapp.com/public/v1/login.

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.

CompanyFintechBusiness BankingPaymentsPayoutsCard IssuanceForeign ExchangeExpense ManagementFinancial ServicesSingapore
Scopes: 2 Flows: clientCredentials, authorizationCode Method: searched

OAuth endpoints

Token URL
https://api.aspireapp.com/public/v1/login
Flows
clientCredentialsauthorizationCode

Scopes (2)

ScopeDescriptionFlows
transfers Create and manage payout/transfer operations. Required (together with quotes) for FX transfers.
quotes Create foreign-exchange quotes (lock an exchange rate) prior to an FX transfer. Required together with transfers for FX transfers.

Source

OAuth Scopes

aspire-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.api.aspireapp.com/authentication
docs: https://docs.api.aspireapp.com/glossary
api: Aspire API
notes: >-
  Aspire API keys and OAuth tokens are granted scopes that limit which endpoints
  a token may call. The docs enumerate transfers and quotes explicitly and note
  that FX transfers require BOTH transfers and quotes. Additional product scopes
  (cards, transactions/bank-feeds) are implied by the product surface but are
  not exhaustively published; only documented scopes are recorded here.
schemes:
- name: OAuth2
  source: https://docs.api.aspireapp.com/authentication
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.aspireapp.com/public/v1/login
  - flow: authorizationCode
    pkce: true
scopes:
- scope: transfers
  description: >-
    Create and manage payout/transfer operations. Required (together with
    quotes) for FX transfers.
  sources: [https://docs.api.aspireapp.com/authentication]
- scope: quotes
  description: >-
    Create foreign-exchange quotes (lock an exchange rate) prior to an FX
    transfer. Required together with transfers for FX transfers.
  sources: [https://docs.api.aspireapp.com/authentication]