Asset library
List assets
GET /v1/assets — list the account’s assets
GET
List the account’s assets that have not been deleted, newest first.
Authorizations
string
required
Bearer YOUR_API_KEY. Also works when the API key’s quota is exhausted.Request parameters
integer
default:"20"
Items per page,
1–100. Values outside the range are treated as 20.integer
default:"0"
Number of items to skip.
Response
string
Always
list.array
Array of asset objects; see Get asset for the fields. Fewer items than
limit means this is the last page.