Splitwise · OAuth Scopes

Splitwise OAuth Scopes

OAuth 2.0 derived

Splitwise 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 /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.

CompanyConsumerExpense ManagementPersonal FinanceBill SplittingPaymentsREST APIOAuth
Scopes: 0 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
/oauth/authorize
Token URL
/oauth/token
Flows
authorizationCode

Scopes (0)

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

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/splitwise-openapi.json
schemes:
- name: OAuth
  source: openapi/splitwise-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: /oauth/authorize
    tokenUrl: /oauth/token
  description: |-
    Splitwise uses OAuth 2 with the authorization code flow. To connect via OAuth 2, you'll need to [register your app](https://secure.splitwise.com/apps). When you register, you'll be given a key and secret.

    **Note**: OAuth can be a very confusing protocol to implement correctly, and we **strongly** recommend
    that you use an existing OAuth library to connect to Splitwise. You can find a list of OAuth client libraries at the
    [OAuth community site](https://oauth.net/code/#client-libraries).

    For more information on using OAuth, check out the following resources:

    - The OAuth community [getting started guide](https://oauth.net/getting-started/)
    - The oauth.com [OAuth 2.0 playground](https://www.oauth.com/playground/) (great for debugging authorization issues)
    - This [old Splitwise blog post](https://blog.splitwise.com/2013/07/15/setting-up-oauth-for-the-splitwise-api/) about OAuth
scopes: []