This reference lists available public methods for our OAuth 2 endpoints.
Please send an email to filip@tally.so and provide the following information:
Send the user to the authorize URL mentioned below and replace the placeholders with your own data.
GET <https://tally.so/oauth/authorize?client_id=[CLIENT_ID]&grant_type=authorization_code&response_type=code&scope=[REQUIRED_SCOPES]&redirect_uri=[REDIRECT_URI]&state=[PROVIDED_BY_YOU]>
Available scopes
user
— allows access to the account's name, email, avatar, etc
forms
— allows access to a list of the account's forms
responses
— allows access to a form's responses
webhooks
— allows you to read and manage webhooks
We will redirect back to your REDIRECT_URI.