Tallyfy’s REST API works with any HTTP client. Here’s how to get started with popular API testing tools.
- Postman - Visual interface for testing Tallyfy API endpoints without writing code
API clients let you:
- Test Tallyfy endpoints without writing code
- Explore the API interactively
- Generate code snippets in your preferred language
- Share request collections with your team
- Debug authentication and request issues
The Postman guide covers Tallyfy-specific authentication setup, common operations, and real request examples you can run immediately.
Api Clients > Getting started with Postman API testing
Set up Postman with Tallyfy’s REST API to test workflow automation endpoints including OAuth authentication with the password grant type, required headers, and common operations like launching processes and completing tasks.
Integrations > Open API
Tallyfy’s REST API gives developers full programmatic access to every core platform feature—including process management and task operations and user control and data export—using standard JSON responses and three authentication methods (user tokens and application tokens and OAuth) with required headers sent to a single production endpoint.
Open Api > API code samples
Copy-paste code samples in JavaScript, Python, Java, Go, C++, and C# for every Tallyfy REST API resource - templates, processes, tasks, members, groups, guests, tags, and files.
Code Samples > Authentication methods
Tallyfy’s API supports personal access tokens for quick user-level access and OAuth client credentials for server-to-server integrations, each requiring specific headers on every request.