List assets

This method returns a list of assets in your account. The API returns your assets sorted by creation date, with the newest at the top of the list.

Headers

x-api-keystringRequired

Query parameters

pageintegerOptionalDefaults to 1

A number that identifies the page to retrieve.

Default: 1.

page_limitintegerOptionalDefaults to 10

The number of items to return on each page.

Default: 10. Max: 50.

asset_idslist of stringsOptional
Filter assets by specific asset IDs.

Response

The assets have been successfully retrieved.
datalist of objects or null
An array containing the assets.
page_infoobject or null
An object that provides information about pagination.

Errors