Get all packages

View as Markdown

Gets all active packages available to the authenticated user.

Note:

Script content isn’t included in response.

Authentication

x-api-keystring
API Key authentication via header

Query parameters

limitintegerOptional1-100Defaults to 100
The maximum number of packages to return.
cursorstringOptional

The pointer to the first record of the set of paginated results. To view the next response, use the nextCursor value for this parameter.

Response

Successful Response
metaobject
datalist of objects
A list of active packages.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error