SAP Concur Expense · OAuth Scopes

SAP Concur Expense OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://us.api.concursolutions.com/oauth2/v0/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.

Expense ManagementFinancial ManagementReceiptsReimbursementReportingSAPTravel
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://us.api.concursolutions.com/oauth2/v0/authorize
Token URL
https://us.api.concursolutions.com/oauth2/v0/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
expense.report.delete Delete expense reports authorizationCode
expense.report.read Read expense reports authorizationCode
expense.report.write Create and modify expense reports authorizationCode

Source

OAuth Scopes

sap-concur-expense-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/sap-concur-expense-report-openapi.yml
schemes:
- name: OAuth2
  source: openapi/sap-concur-expense-report-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://us.api.concursolutions.com/oauth2/v0/authorize
    tokenUrl: https://us.api.concursolutions.com/oauth2/v0/token
scopes:
- scope: expense.report.delete
  description: Delete expense reports
  flows:
  - authorizationCode
  sources:
  - openapi/sap-concur-expense-report-openapi.yml
- scope: expense.report.read
  description: Read expense reports
  flows:
  - authorizationCode
  sources:
  - openapi/sap-concur-expense-report-openapi.yml
- scope: expense.report.write
  description: Create and modify expense reports
  flows:
  - authorizationCode
  sources:
  - openapi/sap-concur-expense-report-openapi.yml