Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to Typeform for form management, survey responses, workspace data, and webhook integrations.
PropertyValue
Provider IDtypeform
CategoryProductivity
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create a Typeform OAuth App

1

Go to the Typeform Account Settings

2

Register a new application

Under Developer apps, click Register a new application and fill in the app name and description.
3

Configure the redirect URI

Add the Alter callback URL from the Developer Portal to the Redirect URIs field.
4

Get your credentials

Copy the Client ID and Client Secret.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Typeform provider

Go to OAuth Providers > Add Provider > Typeform.
3

Enter credentials

  • Client ID: Paste your Typeform Client ID
  • Client Secret: Paste your Typeform Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
accounts:readRead account information
forms:readRead form data and settings
forms:writeCreate and modify forms
responses:readRead form responses
responses:writeManage form responses
workspaces:readRead workspace data
workspaces:writeManage workspaces
webhooks:readRead webhook configurations
webhooks:writeCreate and manage webhooks
offlineObtain a refresh token for long-lived access

Notes