How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Splitwise groups API

A Group represents a collection of users who share expenses together. For example, some users use a Group to aggregate expenses related to a home. Others use it to represent a trip. Expenses assigned to a group are split among the users of that group. Importantly, two users in a Group can also have expenses with one another outside of the Group.

Splitwise groups API is one of 7 APIs that Splitwise publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Group. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 7 paths, and defines 6 schemas. It is described by OpenAPI 3.2.0, at version 3.0.0.

Requests are made against a single base URL, https://secure.splitwise.com/api/v3.0.

7 operations 7 paths 6 schemas 2 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
3.0.0
Base URL
https://secure.splitwise.com/api/v3.0
Authentication
OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Splitwise groups API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth) using the authorizationCode flow. It accepts HTTP bearer tokens (API key) (ApiKeyAuth). By default, every request must be authenticated.

  • OAuth — 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 yo…
  • ApiKeyAuth — For speed and ease of prototyping, you can generate a personal API key on your app's details page. You should present this key to the server via the Authorizat…

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 2 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

groups 7

A Group represents a collection of users who share expenses together. For example, some users use a Group to aggregate expenses related to a home. Others use it to represent a tri…

GET
/get_groups
List the current user's groups
→ 200401
GET
/get_group/{id}
Get information about a group
1 param → 200401403404
POST
/create_group
Create a group
body → 200400
POST
/delete_group/{id}
Delete a group
1 param → 200401403404
POST
/undelete_group/{id}
Restore a group
1 param → 200401403
POST
/add_user_to_group
Add a user to a group
body → 200
POST
/remove_user_from_group
Remove a user from a group
body → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are group (12 properties), user (7 properties), debt (4 properties), not_found (1 property). Each schema is shown below with its type and property counts.

unauthorized
object
1 property
debt
object
4 properties
forbidden
object
1 property
not_found
object
1 property
group
object
12 properties
user
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

splitwise-groups-api-openapi.yml Raw ↑

Other APIs Splitwise publishes across the network.

Splitwise comments API
Splitwise expenses API
Splitwise friends API
Splitwise notifications API
Splitwise other API
Splitwise users API
Where this information came from

This is an independent, third-party profile of Splitwise groups API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.