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
| Credential | Required For | Where to Find |
|---|---|---|
| Client ID | OAuth 2.0 | Developer Apps → App settings |
| Client Secret | OAuth 2.0 | Developer Apps → App settings |