Abacus · OAuth Scopes

Abacus OAuth Scopes

OAuth 2.0 derived

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

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

AccountingExpense ManagementFinanceReimbursement
Scopes: 3 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.abacus.com/oauth/token
Flows
clientCredentials

Scopes (3)

ScopeDescriptionFlows
expenses:read Read expense reports clientCredentials
members:read Read member information clientCredentials
members:write Create and update members clientCredentials

Source

OAuth Scopes

abacus-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/abacus-api-openapi.yaml
schemes:
- name: OAuth2
  source: openapi/abacus-api-openapi.yaml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.abacus.com/oauth/token
  description: OAuth 2.0 client credentials flow for API authentication
scopes:
- scope: expenses:read
  description: Read expense reports
  flows:
  - clientCredentials
  sources:
  - openapi/abacus-api-openapi.yaml
- scope: members:read
  description: Read member information
  flows:
  - clientCredentials
  sources:
  - openapi/abacus-api-openapi.yaml
- scope: members:write
  description: Create and update members
  flows:
  - clientCredentials
  sources:
  - openapi/abacus-api-openapi.yaml