--- title: 'Typeform' description: 'Create forms, collect responses, and manage workspaces via the Typeform API.' --- # Typeform Create forms, collect responses, and manage workspaces via the Typeform API. | Detail | Value | |---|---| | Category | Productivity | | Base URL | `https://api.typeform.com` | | Authentication | Bearer Token | | Endpoints | 5 | | Connector key | `typeform` | ## Using Typeform in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Typeform** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /forms](./get_forms_productivity_listforms) | List forms | | [POST /forms](./post_forms_productivity_createform) | Create a form | | [GET /forms/{formId}](./get_forms_formid_productivity_getform) | Get a form | | [GET /forms/{formId}/responses](./get_forms_formid_responses_productivity_listresponses) | List form responses | | [GET /workspaces](./get_workspaces_productivity_listworkspaces) | List workspaces | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.