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 theasset[file] field:
201 Created response contains metadata and the public file URL:
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:id:
assets and asset wrappers. An account cannot retrieve another account’s Assets; the endpoint returns 404 Not Found:
Delete an Asset
204 No Content. Requests without a valid token return 401 Unauthorized.