Natural AI · OAuth Scopes

Natural AI OAuth Scopes

OAuth 2.0 searched

Natural AI uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://api.natural.com/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.

CompanyAiPaymentsAgentsFintechMoney MovementWalletsAgentic PaymentsMCP
Scopes: 0 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.natural.com/oauth/authorize
Token URL
https://api.natural.com/oauth/token
Flows
authorizationCode

Scopes (0)

Natural AI implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: https://api.natural.com/.well-known/oauth-authorization-server
docs: https://docs.natural.com/api-reference/authentication
schemes:
- name: OAuth2
  source: https://api.natural.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.natural.com/oauth/authorize
    tokenUrl: https://api.natural.com/oauth/token
# OAuth (MCP) scopes advertised by the authorization server
oauth_scopes:
- scope: payments:move
  description: Send, request, fulfill, and move money on behalf of the grant.
- scope: external-accounts:link
  description: Link and manage external bank accounts.
- scope: agents:operate
  description: Operate as / manage agents.
- scope: customers:invite
  description: Invite and manage connected customers.
# Fine-grained API-key permission scopes (documented, resource.action form)
api_key_scopes:
- agents.read
- agents.create
- agents.update
- agent_keys.create
- payments.read
- payments.create
- payment_requests.create
- wallets.read
- wallets.create
- wallets.update
- customers.create
- external_accounts.create
- party.read
- party.update
notes:
- OAuth (MCP) scopes and API-key permission scopes are distinct grant surfaces.
- API keys can be scoped down to a subset of permissions (e.g. read-only, payments-only).