List shared assets

Retrieve a list of shared assets: HTML, rich text, subject lines, and visual editor content.

Query Params
asset_type[]
array of strings

Filter by one or more asset types. Repeat the parameter for multiple values. Allowed values: html, rich_text, visual_editor, subject.

asset_type[]
string

Returns assets whose display name contains the specified substring. An empty string returns all.

integer
enum

Archived status filter. Use 0 for active/unarchived, 1 for archived, or omit to include both. In the response, this field is returned as a boolean (true/false).

Allowed:
integer

Which page of results to fetch. Zero-based index. Example: page=0&per_page=25 returns the first 25 results, page=1&per_page=25 returns the next 25.

integer

The number of results to return per page.

Responses

400

Bad request - The request was invalid or cannot be otherwise served.

404

Resource not found - Can happen due to resource conflicts. Re-try with exponential backoff.

409

Conflict error, please retry - The request could not be completed due to a conflict with the current state of the target resource, re-try with exponential backoff.

413

Payload too large - The server is refusing to process a request because the request payload is larger than the server is willing or able to process.

429

Rate limit exceeded - Too many requests.

500

Internal Server Error - Please contact Blueshift for more information.

502

Service unavailable, please retry - Bad Gateway, re-try with exponential backoff.

503

Service unavailable, please retry - Service Unavailable, re-try with exponential backoff.

504

Service unavailable, please retry - Gateway Timeout, please re-try with exponential backoff.

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