diff --git a/docs/index.html b/docs/index.html index c14222a..3088139 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2227,8 +2227,8 @@

Note: These links are provided for convenience. These libraries have not been reviewed or endorsed by Splitwise, and Splitwise cannot vouch for their quality. If you have questions or bug reports, please direct your feedback to the authors of these libraries.

Terms of Use

Overview

Splitwise provides this Self-Serve API to facilitate integrations with third-party applications, as well as open-up functionality for hobbyists and power users to programmatically interact with their own Splitwise account and build plugins or other tools.

-

If you’re interested in integrating your commercial application with Splitwise, we strongly encourage you to contact developers@splitwise.com so our development team can help discuss your use case, provide private APIs and Enterprise support, and offer an appropriate commercial license for the integration. The Self-Serve API documented here may be suitable for internal prototyping and other exploratory work.

-

If you are developing a non-commercial plugin application or personal project, we recommend you make use of the Self-Serve API documented here under the API Terms Of Use. Please be aware that our Self-Serve API has conservative rate and access limits, which are subject to change at any time and not well suited to commercial projects. If this is a problem for your use case, please contact us at developers@splitwise.com to discuss your needs.

+

If you’re interested in integrating your commercial application with Splitwise, we strongly encourage you to contact developers@splitwise.com so our development team can help discuss your use case, provide private APIs and Enterprise support, and offer an appropriate commercial license for the integration. The Self-Serve API documented here may be suitable for internal prototyping and other exploratory work.

+

If you are developing a non-commercial plugin application or personal project, we recommend you make use of the Self-Serve API documented here under the API Terms Of Use. Please be aware that our Self-Serve API has conservative rate and access limits, which are subject to change at any time and not well suited to commercial projects. If this is a problem for your use case, please contact us at developers@splitwise.com to discuss your needs.

All Self-Service API users are subject to the API Terms of Use below.

TERMS OF USE

These API Terms of Use describe your rights and responsibilities when accessing our publicly available Application Programming Interface (API) and related API documentation. Please review them carefully.

Splitwise may modify this Agreement at any time by posting a revised version on our website. The revised version will be effective at the time that it is posted.

@@ -2468,7 +2468,8 @@

Note: group user parameters must be flattened into the format users__{index}__{property}, where property is user_id, first_name, last_name, or email. The user's email or ID must be provided.

-
Authorizations:
Request Body schema: application/json
name
required
string
group_type
string
Enum: "apartment" "house" "trip" "other"

What is the group used for?

+
Authorizations:
Request Body schema: application/json
name
required
string
group_type
string
Enum: "home" "trip" "other" "apartment" "house"

What is the group used for?

+

Note: It is recommended to use home in place of house or apartment.

simplify_by_default
boolean

Turn on simplify debts?

users__{index}__{property}*
string

Responses

Responses

Response samples

Content type
application/json
{}