Assets mAPI reference
Complete reference documentation for the Assets resource.
Assets
#Assets are files you upload to Knock for use in your notification templates. Assets are account-wide and are not scoped to an environment.
Endpoints
List assets
#Returns a paginated list of active account assets. Assets are account-wide and do not require an environment parameter.
Endpoint
Query parameters
The cursor to fetch entries after.
The cursor to fetch entries before.
The number of entries to fetch per-page.
Returns
A paginated list of Asset. Contains a list of entries and page information.
A list of entries.
The type of asset.
The timestamp of when this asset was created.
The human-readable filename for this asset.
The unique ID for this asset.
The MIME type for this asset.
The timestamp of when this asset was last updated.
The public URL for this asset.
The information about a paginated result.
The cursor to fetch entries after. Will only be present if there are more entries to fetch.
The cursor to fetch entries before. Will only be present if there are more entries to fetch before the current page.
The number of entries to fetch per-page.
Asset
#An uploaded asset file for an account.
Attributes
The type of asset.
The timestamp of when this asset was created.
The human-readable filename for this asset.
The unique ID for this asset.
The MIME type for this asset.
The timestamp of when this asset was last updated.
The public URL for this asset.