Skip to content

API clients

Tallyfy’s REST API works with any HTTP client. These guides help you get started with popular API testing and development tools.

Available client guides

  • Postman - The most popular API testing platform with a visual interface for testing Tallyfy endpoints

Why use API clients?

API clients help you:

  • Test Tallyfy endpoints without writing code
  • Explore the API interactively
  • Generate code snippets automatically
  • Share API collections with team members
  • Debug authentication and request issues

Each guide provides Tallyfy-specific examples, authentication setup, and common workflow patterns to accelerate your integration development.

Api Clients > Getting started with Postman for Tallyfy API

This guide demonstrates how to set up and use Postman to test Tallyfy’s API endpoints for workflow automation including authentication configuration environment setup and common operations like launching processes and completing tasks.

Integrations > Open API

The Tallyfy REST API enables developers to build custom integrations with full platform functionality through three authentication methods (user tokens application tokens and OAuth) while providing comprehensive access to process management task operations user administration and data export capabilities with standard JSON responses and reasonable rate limits.

Open Api > API code samples

The Tallyfy REST API documentation provides code samples across multiple programming languages for integrating with the platform using proper authentication headers and base URL endpoints.

Code Samples > Authentication methods

The Tallyfy API requires proper authentication through personal access tokens or OAuth flow along with specific headers to enable secure platform access and custom integrations.