v1

latestOpenAPI 3.1.12026-07-2452287575.4 KB
Accounts

List Accounts

Returns a list of previously created Accounts.

get/v1/settings/accounts

Query parameters

pageinteger

Retrieve a specific page of a List.

page_sizeinteger

Set the number of results per page of a List.

Response

OK

object'List' required

The object’s type (List).

Example response

{
  "results": [
    {
      "type_details": {
        "primary_color": "#0075a3"
      }
    }
  ]
}