
Get information about the authenticated Typeform account (GET /me).
List workspaces accessible to the authenticated user.
Retrieve a workspace by ID.
List forms in the account with optional filters (pagination, workspace, search).
Retrieve a form definition by ID.
Create a new form with at least a title. Optionally target a workspace.
Patch a form definition (pass JSON matching Typeform PATCH body).
Delete a form by ID.
Retrieve responses for a form (pagination via page_size; cursor via after/before; filter via since/until/query/response_type).
Connecting Typeform will request the following permissions:
You can revoke access at any time from your account settings.