Skip to content

API code samples

Each category below has working code samples in JavaScript, Python, Java, Go, C++, and C# for the Tallyfy REST API. Pick a resource to get started.

All examples assume you’ve got a Personal Access Token or valid OAuth token. The base URL is https://go.tallyfy.com/api, and every endpoint is org-scoped under /organizations/{org_id}/....

Here’s what to include with every request:

  • Authorization: Bearer {your_access_token}
  • Accept: application/json
  • X-Tallyfy-Client: APIClient
  • Content-Type: application/json (for POST/PUT requests that include a JSON body)

Integrations > Open API

Tallyfy’s REST API gives developers full programmatic access to the same platform features that…