Skip to main content

Manage Assets

Assets are files associated with your account. Listing, retrieving, uploading, or deleting Assets requires a valid Bearer token; each operation is limited to files owned by the authenticated user.

Upload a file

Upload the file as multipart form data in the asset[file] field:
A 201 Created response contains metadata and the public file URL:
Use public_url as the value of a hosted_file Editable Field in the Landing Page Content Document.

List and retrieve Assets

List the files owned by the account:
Retrieve one owned Asset by id:
Responses use the assets and asset wrappers. An account cannot retrieve another account’s Assets; the endpoint returns 404 Not Found:

Delete an Asset

A successful deletion returns 204 No Content. Requests without a valid token return 401 Unauthorized.