Authentication Method
oauth_2- OAuth 2.0 user authentication
OAuth 2.0 Setup
Step 1: Create a Typeform App
- Log in to admin.typeform.com
- Go to User menu → Developer Apps
- Click Register a new application
- Fill in your app name and description
- Add a Redirect URI (e.g.,
http://localhost:<port>for CLI flow) - Click Register Application
Step 2: Get Client Credentials
- After registration, copy the Client ID and Client Secret
- Store these securely
Webhook Setup (Optional)
Typeform webhooks can be configured per-form via the API or dashboard.Required Credentials Summary
For general information about how Corsair handles authentication, see Authentication.