Ramp · OAuth Scopes

Ramp OAuth Scopes

OAuth 2.0 derived

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

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

FinanceSpend ManagementCorporate CardsExpense ManagementAccounts PayableBill PayAccountingReimbursements
Scopes: 12 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.ramp.com/developer/v1/token
Flows
clientCredentials

Scopes (12)

ScopeDescriptionFlows
accounting:read Read accounting resources clientCredentials
accounting:write Write accounting resources clientCredentials
applications:read Read applications clientCredentials
audit:read Read audit logs clientCredentials
bills:read Read bills clientCredentials
cards:read Read cards clientCredentials
departments:read Read departments clientCredentials
locations:read Read locations clientCredentials
reimbursements:read Read reimbursements clientCredentials
statements:read Read statements clientCredentials
transactions:read Read transactions clientCredentials
users:read Read users clientCredentials

Source

OAuth Scopes

ramp-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/ramp-developer-api-openapi.yml
schemes:
- name: OAuth2
  source: openapi/ramp-developer-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.ramp.com/developer/v1/token
scopes:
- scope: accounting:read
  description: Read accounting resources
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml
- scope: accounting:write
  description: Write accounting resources
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml
- scope: applications:read
  description: Read applications
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml
- scope: audit:read
  description: Read audit logs
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml
- scope: bills:read
  description: Read bills
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml
- scope: cards:read
  description: Read cards
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml
- scope: departments:read
  description: Read departments
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml
- scope: locations:read
  description: Read locations
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml
- scope: reimbursements:read
  description: Read reimbursements
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml
- scope: statements:read
  description: Read statements
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml
- scope: transactions:read
  description: Read transactions
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml
- scope: users:read
  description: Read users
  flows:
  - clientCredentials
  sources:
  - openapi/ramp-developer-api-openapi.yml