> For the complete documentation index, see [llms.txt](https://docs.teleskope.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.teleskope.ai/the-platform/data-subject-rights/enroll-third-party-integrations/typeform.md).

# Typeform

## Requirements

<table><thead><tr><th width="191.33984375">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>API Key</strong></td><td>Typeform Personal Access Token. Used in Bearer Authorization header.</td></tr><tr><td><strong>Account ID</strong></td><td>Your Typeform account or workspace ID. Used in the RTBF endpoint URL.</td></tr></tbody></table>

### Integrating with Typeform

To enable the Typeform integration in Teleskope:

1. Navigate to **Integrations** in the Teleskope UI.
2. Select **Typeform** from the list of available third-party vendors.
3. Provide the required credentials:

* **API Key** (Bearer token from Typeform)
* **Account ID** (your Typeform workspace/account ID)

4. Click **Save** to activate the integration.

Once configured, Teleskope can automatically issue deletion requests to Typeform for qualified data subject rights requests.

### Parameter Defaults

Teleskope’s Typeform integration enforces the following default behavior:

<table><thead><tr><th width="183.6953125">Parameter Name</th><th>Default Value</th><th>Notes</th></tr></thead><tbody><tr><td><strong>identifier type</strong></td><td>Email</td><td>Required. Used to match user responses for deletion.</td></tr><tr><td><strong>deletion endpoint</strong></td><td>/rtbf/{accountID}/responses</td><td>Typeform’s RTBF API path.</td></tr></tbody></table>

Refer to Typeform's [DSR](https://developer.typeform.com/responses/rtbf/) documentation.
