Authentication > Get & use a personal access token
Authenticate with Tallyfy’s API using a personal access token from Settings > Integrations >…
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/jsonX-Tallyfy-Client: APIClientContent-Type: application/json (for POST/PUT requests that include a JSON body)Authentication > Get & use a personal access token
Code Samples > Authentication methods
Open Api > API integration guide