Skip to main content
GET
Get administrations

Authorizations

Authorization
string
header
required

OAuth2 access token or static API token. See Authorization for how to obtain one.

Query Parameters

fields
string

JSON object defining fields to receive (e.g {"only": ["field1", {"field2": ["field3"]}]})

cursor
string

The record identifier after which to start the page

per_page
integer<int32>
default:100

How many records will be returned per page, (1..500), defaults to 100

Required range: 1 <= x <= 500

Response

Paginated list of administrations

CustomerApi_AdministrationsPageEntity model

data
object[]
required

Administration

pagination
object

Pagination details

Last modified on June 30, 2026