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

Integrations

Creating Integrations#

How to create and configure an integration.
To get started integrating with Cliquify, you must register and configure an OAuth integration from the Developer Portal. Your developer account must be active and verified before creating an integration.

Step 1 — Create an Integration (OAuth Client)#

Log in to the Developer Portal: {{baseUrl}}login
Navigate to the OAuth Clients page: {{baseUrl}}oauth/clients
Click Create Client

Step 2 — Set Name & Get Credentials#

Provide a name for your integration. This is shown during user authorization.
Copy your Client ID.
Save your Client Secret securely.

Step 3 — Set Redirect URLs#

Navigate to Authentication → Authorized Redirects in the client configuration.
Add at least one valid redirect URL (example): http://127.0.0.1:8000/callback
For public integrations, remove localhost URLs before submitting.
Modified at 2026-04-09 06:59:20
Previous
Getting started
Next
OAuth Scopes
Built with