Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Tally REST Forms Users API
description: 'REST API for the Tally form and survey builder. Manage forms, questions, submissions, workspaces, organization users and invites, and webhooks. Bearer token authentication using API keys created from the workspace dashboard. Source: https://developers.tally.so/'
version: '1.0'
contact:
name: Tally
url: https://developers.tally.so/
servers:
- url: https://api.tally.so
description: Production
security:
- BearerAuth: []
tags:
- name: Users
paths:
/users/me:
get:
tags:
- Users
summary: Fetch current user info
operationId: getCurrentUser
responses:
'200':
description: OK
components:
securitySchemes:
BearerAuth:
type: http
scheme: bearer
description: 'Tally API key created in the workspace dashboard, sent as "Authorization: Bearer <token>".'