Partner Integration Demo
Test the partner onboarding flow with different scenarios and see integration in action
🚀 Try the Integration Flow
Click the buttons below to test different integration scenarios. Each will start the partner onboarding flow with available templates and redirect URLs.
Loading available templates...
⚙️ Custom Integration Test
Create your own test scenario with custom parameters.
🔧 Integration URL Builder
Build your own integration URL to understand the parameters:
?app_name=YourApp
&template_id=template-id
&redirect_uri=https://your-app.com/callback
🔄 How It Works
Your app redirects users to our partner onboarding URL (http://localhost:3001/partner-onboarding) with app details and template ID.
User logs into their Trans-form account (or is redirected to login if not authenticated).
User reviews the integration request, template details, and permissions.
If approved, a new project is created from the template and an API token is generated.
User is redirected back to your app with the API key and project ID in the URL parameters.
📚 Parameters Reference
Display name of your application (shown to users during authorization)
ID of the Trans-form template to use for the project (must be public or user must have access)
URL to redirect users after authorization (success or failure)
✅ Success Response
On successful authorization, users are redirected to your redirect_uri with these parameters:
?api_key=eyJhbGciOiJIUzI1NiIs...
&project_id=clx1234567890
&project_name=My%20Integration
❌ Error Response
If authorization fails, users are redirected with error parameters:
?error=rejected
&error_description=User%20rejected%20the%20integration%20request