Cliquify Developer
  1. Authentication
  • Overview
    • Get started
  • Authentication
    • Token lifecycle
    • OAuth scopes
    • Get an access token
      POST
    • Introspect a token
      POST
    • Revoke a token
      POST
  • API Reference
    • Templates
      • Tags
        • List brand tags
      • List templates
    • Assets
      • Folders
        • List folder
      • List assets
      • List asset tags
    • Brand Kit
      • List brand kit
      • List brand kit logos
      • List brand kit colors
    • Troubleshoot
      • Errors and troubleshooting
  1. Authentication

OAuth scopes

Protected resource routes require all of these scopes:
ScopePurpose
templates:readRequired for template and related resource access
assets:readRequired for asset and related resource access
brand-kit:readRequired for brand-kit and related resource access
The token helper endpoints described in this documentation request the full scope set automatically.
Modified at 2026-04-09 13:33:45
Previous
Token lifecycle
Next
Get an access token
Built with