Skip to main content

Base URL

The Tally API follows REST principles and is accessible only via HTTPS. For security reasons, unencrypted HTTP requests are not allowed. The Base URL for all API endpoints is:
Terminal

Authentication

Authentication to the Tally API requires an Authorization header with a Bearer token. Include the Authorization header in your requests as shown below:
Terminal
Learn more about how to get your API key.

Response codes

The API returns standard HTTP response codes to indicate the success or failure of an API request. Here are a few examples:

Rate Limits

To ensure fair usage and maintain service quality, the Tally API limits requests to 100 per minute.
Avoid rate limits with webhooks! Instead of polling for new form submissions, use webhooks to receive data instantly when forms are submitted. This is more efficient and won’t count against your rate limit.