FreeAgent · OAuth Scopes

FreeAgent OAuth Scopes

OAuth 2.0 derived

FreeAgent 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.freeagent.com/v2/token_endpoint.

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.

AccountingSmall BusinessInvoicingBookkeepingExpensesPayrollVATHMRCMaking Tax Digital
Scopes: 0 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.freeagent.com/v2/approve_app
Token URL
https://api.freeagent.com/v2/token_endpoint
Flows
authorizationCode

Scopes (0)

FreeAgent 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.

FreeAgent's OAuth 2.0 authorization code flow does not use or document OAuth scopes; API access is instead limited by the authorizing FreeAgent user's numeric permission level (0 No Access through 8 Full), with a minimum required access level specified per resource (https://dev.freeagent.com/docs/introduction).

Source

OAuth Scopes

freeagent-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/freeagent-openapi.yml
docs: https://dev.freeagent.com/docs/oauth
note: >-
  FreeAgent's OAuth 2.0 authorization code flow does not use or document OAuth
  scopes; API access is instead limited by the authorizing FreeAgent user's
  numeric permission level (0 No Access through 8 Full), with a minimum
  required access level specified per resource
  (https://dev.freeagent.com/docs/introduction).
schemes:
- name: oauth2
  source: openapi/freeagent-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.freeagent.com/v2/approve_app
    tokenUrl: https://api.freeagent.com/v2/token_endpoint
  description: |-
    OAuth 2.0 authorization code flow. Access tokens valid for ~1 hour;
    refresh tokens used to obtain new access tokens.
scopes: []