Skip to main content
Hero Light

First steps

In order to integrate with Cuddles, firstly, you need to have a valid account activated with us. Then you can use

Authentication Endpoints

View endpoints

Pagination

All top-level API resources have support for bulk fetches through “list” API methods. For example, you can list clients, patients, etc. These list API methods share a common structure and accept, at a minimum, the following two parameters: page, limit. There are optional timestamp parameters for fetching records created or updated between certain date ranges. They are createdFrom, createdTo and updatedFrom, updatedTo Combination of these optional parameters will fetch records in between two date ranges
The format of the datetime should be ISO 8601 format i.e. yyyy-MM-ddTHH:mm:ss. The behaviour of query is to perform an AND operation between given timestamps

Authentication

All API endpoints are authenticated using Bearer tokens.
Bearer <token>