Puzzle · OAuth Scopes

Puzzle OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://puzzle-api.readme.io/reference.

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.

AccountingFintechGeneral LedgerFinancial ReportingBookkeepingStartupsEmbedded AccountingMetrics
Scopes: 4 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://puzzle-api.readme.io/reference
Flows
clientCredentials

Scopes (4)

ScopeDescriptionFlows
read:accounts Read ledger accounts clientCredentials
read:company Read company data clientCredentials
read:report Read financial statements clientCredentials
read:transactions Read transactions clientCredentials

Source

OAuth Scopes

puzzle-io-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/puzzle-io-openapi.yml
schemes:
- name: oauth2
  source: openapi/puzzle-io-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://puzzle-api.readme.io/reference
  description: OAuth 2.0 with scoped access (for example read:company, read:transactions, read:report).
    Partner credentials are issued after the Puzzle partner technical review.
scopes:
- scope: read:accounts
  description: Read ledger accounts
  flows:
  - clientCredentials
  sources:
  - openapi/puzzle-io-openapi.yml
- scope: read:company
  description: Read company data
  flows:
  - clientCredentials
  sources:
  - openapi/puzzle-io-openapi.yml
- scope: read:report
  description: Read financial statements
  flows:
  - clientCredentials
  sources:
  - openapi/puzzle-io-openapi.yml
- scope: read:transactions
  description: Read transactions
  flows:
  - clientCredentials
  sources:
  - openapi/puzzle-io-openapi.yml