Skip to main content

List Template Assets

GET 

/api/pdf-template-assets

Returns every uploaded image asset available to templates. Reference an asset inside template content with its token (for example {{{asset.company_logo}}}), which renders as an inline image in the PDF.

Required scope: settings:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Personal Access Token (sent as a Bearer token) with the settings scope (read access).

Request

Responses

OK

Response Headers
    Content-Type