Tallyfy’s API lets you create organization tags by sending a POST request to the tags endpoint…
Managing tags
Tags let you label and filter templates, processes, tasks, and steps across your organization. Every endpoint is org-scoped under /organizations/{org_id}/tags.
| Operation | Method | Path | Response |
|---|---|---|---|
| List tags | GET | /organizations/{org_id}/tags | 200 with paginated array |
| Create tag | POST | /organizations/{org_id}/tags | 201 with created tag |
| Get tag | GET | /organizations/{org_id}/tags/{tag_id} | 200 with tag object |
| Update tag | PUT | /organizations/{org_id}/tags/{tag_id} | 200 with updated tag |
| Delete tag | DELETE | /organizations/{org_id}/tags/{tag_id} | 204 No Content |
- title is required, must be unique within the org, and is capped at 30 characters.
- color is optional and must be exactly 7 characters (a
#hex value like#ff5733). - Deleting a tag is permanent — the API uses a hard delete, so deleted tags can’t be recovered.
- Add
?with=statisticsto any GET request to include usage counts (active/archived templates and processes). - The response object returns:
id,title,color,auto_generated,created_at, anddeleted_at.
See each child page below for request details and code samples in multiple languages.
Retrieve all tags in your organization with optional name filtering and pagination. You can also…
Modify an existing tag’s title (up to 30 characters, unique per organization) or hex color code…
Tags in Tallyfy are color-coded keywords you attach to templates and running processes. They let…
Was this helpful?
About Tallyfy
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks