Property | Description |
---|---|
Client ID | A unique string that identifies your application when using OAuth 2.0. |
Client Secret | The Client Secret is the secret known only to the application and the authorization server. |
Base URL | The base URL where the Typeform API is hosted. For example: https://api.typeform.com |
Redirect URL | Configure the application to include the Redirected URL. The Redirect URL can be found on the screen while creating the connection. |
Access Token | Specifies security token which grants access to the given REST endpoint in OAuth 2.0 |
Refresh Token | This is used to get a new access token. Note: Currently, we are not regenerating access tokens using this option. |
Authorize button | Click to generate the access token. |