FlowAccount · OAuth Scopes

FlowAccount OAuth Scopes

OAuth 2.0 searched

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

CompanyAccountingInvoicingPayrollPoint of SaleSMEFinanceTaxThailandBookkeeping
Scopes: 1 Flows: Method: searched

Scopes (1)

ScopeDescriptionFlows
flowaccount-api Full access to the FlowAccount Open API surface permitted for the registered integration (documents, contacts, products, payments). The API does not publish finer-grained per-resource scopes. clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: https://github.com/flowaccount/open-api
docs: https://developers.flowaccount.com/
description: >-
  FlowAccount Open API authorizes with OAuth 2.0 client credentials. Access is
  granted through a single coarse API scope, flowaccount-api, requested at the
  token endpoint; per-resource scopes are not published. Evidence:
  flowaccount/open-api apps/api/flowaccount-webhook/env.json (CLIENT_SCOPE=flowaccount-api).
schemes:
  - name: oauth2ClientCredentials
    flow: clientCredentials
    token_endpoint: "{base}/token"
    source: https://github.com/flowaccount/open-api
scopes:
  - scope: flowaccount-api
    description: >-
      Full access to the FlowAccount Open API surface permitted for the registered
      integration (documents, contacts, products, payments). The API does not
      publish finer-grained per-resource scopes.
    flows: [clientCredentials]
    sources: [https://github.com/flowaccount/open-api]