Powerpack
List All Powerpacks
Fetches a list of Powerpacks.
API Endpoint
GET
Arguments
limit integer | Denotes the number of results per page. The maximum number of results that can be fetched is 20. Defaults to 20. |
offset integer | Denotes the number of value items by which the results should be offset. Defaults to 0. Read more about offset-based pagination. |
Returns
This API returns a list of Powerpack resources associated with the Account.
The API response also contains a meta
field with the following fields:
limit
: the size of the page returned in the responseoffset
: the offset for the page returned in the responsetotal_count
: the total number of records that match the specified filtersnext
: the URL that points to the next page of resultsprevious
: the URL that points to the previous page of results