Augustus · OAuth Scopes

Augustus OAuth Scopes

OAuth 2.0 searched

Augustus publishes 16 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Augustus 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.

CompanyFintechPaymentsBankingOpen BankingStablecoinPayoutsForeign ExchangeWebhooks
Scopes: 16 Flows: Method: searched

Scopes (16)

ScopeDescriptionFlows
payouts:read View payouts and their status
payouts:write Initiate and manage payouts
deposits:read View deposits
returns:read View deposit returns
returns:write Initiate deposit returns
conversions:read View FX conversions
conversions:write Initiate FX conversions
quotes:read View FX quotes (persisted and indicative)
accounts:read View accounts and holders
accounts:write Create and manage accounts
account_programs:read View account programs and their lifecycle status
webhook_subscriptions:read View webhook subscriptions
webhook_subscriptions:write Create, modify, and delete webhook subscriptions; send test events
events:read View webhook events and their payloads
webhook_deliveries:read View webhook delivery history and outcomes
webhook_deliveries:write Redeliver webhook deliveries

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.augustus.com/v1/scopes
docs: https://docs.augustus.com/v1/scopes
note: >-
  Augustus does not use OAuth. Scopes gate scoped bearer API keys (not OAuth
  access tokens). Every API key carries one or more scopes of the shape
  resource:action, enforced on every request. GET /v1/scopes is the live,
  public (no-auth) source of truth, filtered by the request's api-version
  header. A 403 insufficient_scope response carries a required_scopes array.
catalogue_endpoint: GET /v1/scopes
scope_shape: 'resource:action'
actions:
- read
- write
scopes:
- scope: payouts:read
  description: View payouts and their status
- scope: payouts:write
  description: Initiate and manage payouts
- scope: deposits:read
  description: View deposits
- scope: returns:read
  description: View deposit returns
- scope: returns:write
  description: Initiate deposit returns
- scope: conversions:read
  description: View FX conversions
- scope: conversions:write
  description: Initiate FX conversions
- scope: quotes:read
  description: View FX quotes (persisted and indicative)
- scope: accounts:read
  description: View accounts and holders
- scope: accounts:write
  description: Create and manage accounts
- scope: account_programs:read
  description: View account programs and their lifecycle status
- scope: webhook_subscriptions:read
  description: View webhook subscriptions
- scope: webhook_subscriptions:write
  description: Create, modify, and delete webhook subscriptions; send test events
- scope: events:read
  description: View webhook events and their payloads
- scope: webhook_deliveries:read
  description: View webhook delivery history and outcomes
- scope: webhook_deliveries:write
  description: Redeliver webhook deliveries
aliases:
- alias: full_access
  expands_to: Every scope in the catalogue (auto-gains scopes added later)
- alias: read_only
  expands_to: Every :read scope
- alias: '*:read'
  expands_to: Every :read scope
- alias: '<resource>:*'
  expands_to: Every action for a resource (e.g. payouts:*)
recommended_sets:
- use_case: Server-side payouts integration
  scopes: payouts:* events:read webhook_subscriptions:write webhook_deliveries:read
- use_case: Read-only BI / analytics
  scopes: read_only
- use_case: Webhook receiver only
  scopes: events:read webhook_deliveries:*