Romit · OAuth Scopes

Romit OAuth Scopes

OAuth 2.0 derived

Romit publishes 15 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Romit API on a user’s behalf.

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

CompanyPaymentsFintechDigital WalletPayment GatewayMerchant ServicesChargebacksFraud PreventionInvoicingSubscriptions
Scopes: 15 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://api.romit.io/v1/oauth
Token URL
https://api.romit.io/v1/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (15)

ScopeDescriptionFlows
BANKING_READ Read access to Banking authorizationCode
BANKING_WRITE Write access to Banking authorizationCode
DEFAULT Access to basic information authorizationCode, clientCredentials
IDENTITY_READ Read access to Identity authorizationCode
IDENTITY_WRITE Write access to Identity authorizationCode
INVOICE_READ Read access to Invoice authorizationCode
INVOICE_WRITE Write access to Invoice authorizationCode
PLAN_READ Read access to Plan authorizationCode
PLAN_WRITE Write access to Plan authorizationCode
SUBSCRIPTION_READ Read access to Subscription authorizationCode
SUBSCRIPTION_WRITE Write access to Subscription authorizationCode
TRANSFER_READ Read access to Transfer authorizationCode
TRANSFER_WRITE Write access to Transfer authorizationCode
USER_READ Read access to User authorizationCode
USER_WRITE Write access to User authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/romit-openapi.yml
schemes:
- name: oauth2
  source: openapi/romit-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.romit.io/v1/oauth
    tokenUrl: https://api.romit.io/v1/oauth/token
  - flow: clientCredentials
    tokenUrl: https://api.romit.io/v1/oauth/token
  description: Romit used OAuth2. User-context flows (authorization_code / refresh_token) authorize
    a customer against requested scopes; the client_credentials flow issues an application access
    token. Access tokens are presented as an HTTP Bearer token.
scopes:
- scope: BANKING_READ
  description: Read access to Banking
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: BANKING_WRITE
  description: Write access to Banking
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: DEFAULT
  description: Access to basic information
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/romit-openapi.yml
- scope: IDENTITY_READ
  description: Read access to Identity
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: IDENTITY_WRITE
  description: Write access to Identity
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: INVOICE_READ
  description: Read access to Invoice
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: INVOICE_WRITE
  description: Write access to Invoice
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: PLAN_READ
  description: Read access to Plan
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: PLAN_WRITE
  description: Write access to Plan
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: SUBSCRIPTION_READ
  description: Read access to Subscription
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: SUBSCRIPTION_WRITE
  description: Write access to Subscription
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: TRANSFER_READ
  description: Read access to Transfer
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: TRANSFER_WRITE
  description: Write access to Transfer
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: USER_READ
  description: Read access to User
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml
- scope: USER_WRITE
  description: Write access to User
  flows:
  - authorizationCode
  sources:
  - openapi/romit-openapi.yml