v1

latestOpenAPI 3.0.02026-07-249301.3 MB
Accounts

List all accounts

Returns a list of the accounts linked to Unipile.

get/api/v1/accounts

Query parameters

cursorstring

A cursor for pagination purposes. To get the next page of entries, you need to make a new request and fulfill this field with the cursor received in the preceding request. This process should be repeated until all entries have been retrieved.

limitinteger

A limit for the number of items returned in the response. The value can be set between 1 and 250.

Example:100

Response

OK. Request succeeded.

object'AccountList' required
total_countnumber required

Example response

{
  "items": [
    {
      "last_fetched_at": "2025-12-31T23:59:59.999Z",
      "created_at": "2025-12-31T23:59:59.999Z"
    }
  ]
}
All 93 operations