Cliquify Developer
  1. Assets
  • Overview
    • Getting started
  • Authentication
    • Overview
    • Token lifecycle
    • OAuth scopes
    • Get an access token
      POST
    • Introspect a token
      POST
    • Revoke a token
      POST
  • API Reference
    • Overview
    • Tags
      • List tags
    • Templates
      • List templates
    • Assets
      • List assets
        GET
    • Folders
      • List folder
    • Brand Kit
      • List brand kit
  1. Assets

List assets

Developing
GET
https://oauth.thecliquify.co/api/assets
List brand assets for the company linked to your OAuth client.

Request

Query Params

Header Params

Body Params application/x-www-form-urlencodedRequired

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://oauth.thecliquify.co/api/assets?file_type=&file_ext&search&per_page=25&page=1' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'
Response Response Example
{}
Modified at 2026-04-09 12:19:11
Previous
List templates
Next
List folder
Built with