List quota configurations

Returns a paginated list of quota configurations for the MSP.

  • Use customerIds (comma-separated), pageSize, and pageToken for pagination.
  • pageToken cannot be combined with pageSize or customerIds.
  • Default page size is 50 when pageToken is not used. pageSize must be between 1 and 100.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Specify the customer global IDs you want to list, separated by commas. Get the unique ID of the customer using the 'List all customers' API.
Example: bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198,bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-199

  • customerIds and pageToken are mutually exclusive options.
int32
1 to 100
Defaults to 50

Specify the number of records you wish to receive in a single API response. The default is 50. The allowed range is 1 to 100.

  • pageSize and pageToken are mutually exclusive options.
string
  • The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.
  • Keep this field blank in the first request.
  • pageToken cannot be combined with pageSize or customerIds.
Responses

400

Bad Request - Invalid pagination, filters, or arguments

401

The request did not include a valid access token. Provide a valid token to proceed.

403

Forbidden - Insufficient permissions or customer access

404

Not Found - Resource not found (for example, customer or product license)

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json