List Accounts
Accounts
List Accounts
Retrieves a paginated list of ApartmentIQ accounts the authenticated user has access to. Each account object includes its ID and display name.
Use the returned account id as the account_id parameter when calling other endpoints such as List Competitive Sets.
GET
List Accounts
Authorizations
Enter a Bearer token obtained via the OAuth client credentials flow or from the Access Tokens tab in your account settings.
Query Parameters
Page number for pagination.
Required range:
x >= 1Number of accounts per page. Maximum value is 100.
Required range:
1 <= x <= 100