API code samples
This section provides practical code examples for common operations using the Tallyfy REST API. Select a category below to find samples in Javascript, Python, Java, and Go.
Choose a category to get started:
All code examples assume you have obtained your Personal Access Token or generated appropriate OAuth tokens. The base URL for API calls (unless otherwise noted) is https://go.tallyfy.com/api
.
Remember to include the following headers in your requests:
Authorization: Bearer {your_access_token}
Accept: application/json
X-Tallyfy-Client: APIClient
Content-Type: application/json
(for requests with a JSON body, like POST or PUT)
Learn how to authenticate your API requests using access tokens.
Manage your process templates via the API.
Launch and manage running processes (process instances).
Interact with tasks within your processes or one-off tasks.
Upload and manage files attached to forms.
Manage users within your organization.
Manage external guest users.
Manage groups of members and guests.
Create and manage tags for categorization.
The Tallyfy REST API enables programmatic access to platform functionality through user-based or application authentication with features for process management task operations user administration template management data access and file operations.
Open Api > API usage as a third-party application instead of a user
Organizations can seamlessly integrate Tallyfy into their applications by provisioning users and making API requests on their behalf through client credentials and user-specific access tokens.
Open Api > API usage as a third-party application instead of a user
The guide outlines the integration process between third-party applications and Tallyfy API using client credentials flow to enable programmatic user provisioning and API request handling through application-level and user-specific access tokens.
Code Samples > Managing guests
External users can be managed through API endpoints that allow creating listing retrieving updating and controlling guest access within an organization.
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks