Overview
To authenticate with Trafft, you need:- Subdomain - The unique identifier for your Trafft instance (e.g. “developer” from developer.admin.trafft.com)
 - Client ID - The unique identifier that Trafft assigns to your application
 - Client Secret - A unique string that enables the client application to access Trafft
 
Prerequisites:
- You must have a Trafft account
 
Instructions:
Step 1: Access API Settings
- Log in to your Trafft admin panel at 
https://your-subdomain.admin.trafft.com - Navigate to Features > Integrations > API Settings
 
Step 2: Get your credentials
On the API Settings page, you will find:- Your API URL which contains your full API URl including the subdomain (e.g. https://developer.admin.trafft.com)
 - Your Client ID
 - Your Client Secret
 

Step 3: Enter credentials in the Connect UI
Once you have your credentials:- Open the form where you need to authenticate with Trafft
 - Enter your Subdomain, Client ID and Client Secret in their respective fields
 - Submit the form, and you should be successfully authenticated
 
