Skip to content

Open API

Our open REST API for developers

Tallyfy has an open REST API at https://go.tallyfy.com/api/

Important - if you make API calls directly to the Tallyfy API endpoint, you must supply an additional header in your requests X-Tallyfy-Client: APIClient otherwise your requests will be dropped.

Open Api > Integrate with Tallyfy using API

Tallyfy’s REST API integration requires an access token for authentication, supports specific date formatting conventions, and offers both ordinary member usage and client app integration options alongside webhook functionality.

Triggers > Launch via API

Developers can utilize Tallyfy’s open API to programmatically launch processes by sending specific request payloads and following the documented integration guidelines.

Open Api > Sniff API calls using Chrome

Chrome’s developer tools enable users to monitor and replicate API calls by viewing raw source payloads and ensuring proper JSON formatting with the required ‘X-Tallyfy-Client: APIClient’ header.