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
Step 2 — Set Name & Get Credentials#
Provide a name for your integration. This is shown during user authorization.
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