Skip to content

API code samples

This section provides practical code examples for common operations using the Tallyfy REST API. Select a category below to find samples in Javascript, Python, Java, and Go.

Choose a category to get started:

All code examples assume you have obtained your Personal Access Token or generated appropriate OAuth tokens. The base URL for API calls (unless otherwise noted) is https://go.tallyfy.com/api.

Remember to include the following headers in your requests:

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

Authentication

Learn how to authenticate your API requests using access tokens.

Tasks

Interact with tasks within your processes or one-off tasks.

Files

Upload and manage files attached to forms.

Guests

Manage external guest users.

Groups

Manage groups of members and guests.

Tags

Create and manage tags for categorization.

Integrations > Open API

The Tallyfy REST API enables programmatic access to platform functionality through user-based or application authentication with features for process management task operations user administration template management data access and file operations.

Code Samples > Managing guests

External users can be managed through API endpoints that allow creating listing retrieving updating and controlling guest access within an organization.