Cliquify Developer
  1. Authentication
  • Overview
    • Getting started
  • other
    • Integrations
    • Appendix
      • OAuth Scopes
      • Error Responses
    • Templates
      • Get Tags
      • Get Templates
    • User
      • Get Authenticated User
    • Authentication
      • Overview
      • Generate Access Token
        POST
      • Introspect Access Token
        POST
      • Revoke Token
        POST
    • Get Brand Assets
      GET
  • Authentication
    • Overview
    • Token lifecycle
    • OAuth scopes
    • Get an access token
      POST
    • Introspect a token
      POST
    • Revoke a token
      POST
  1. Authentication

Overview

Authentication Overview#

Authentication in this API uses the OAuth 2.0 standard. Before accessing protected resources, you'll need to obtain an access token using your registered OAuth client.

Authentication APIs#

Access Token API: Generate an access token for authenticating with protected endpoints.
While requesting the token, specify the required scope(s). See OAuth Scopes.
Introspect Token API: Verify if a token is active and retrieve token metadata.
Revoke Token API: Revoke an access token when it is no longer needed.

OAuth Client Setup#

Before generating tokens, make sure you have created an OAuth client in the Developer Portal ({{baseUrl}}oauth/clients). This is required to authenticate against OAuth 2.0 endpoints.
Modified at 2026-04-08 11:49:55
Previous
Get Authenticated User
Next
Generate Access Token
Built with