Skip to main content

Typeform

Integrating Typeform with Osano

Connecting to Typeform


In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.


Setup

An admin must establish a connection via OAuth.

Authenticated Roles

admin

Authentication Actions

  • OAuth -Log into your admin-level account via the Osano portal to grant access to Typeform.

Authentication Methods

  • OAuth

Authorization header with bearer token

Core Functionality

  • Data Discovery
  • User Search
  • Data Deletion

Base URL

https://api.typeform.com/

  • email
  • name
  • phoneNumber
  • address
  • birthday
  • userId

Endpoints

Used for data discovery

  • GET forms/{form_id}/responses

Used for user search

  • GET forms/:formId/responses?query=$email

Last Modified: 2025-03-31