Tag List API
Tags APIs
Tag List API
Retrieve the list of organization tags available for tagging invoices, vendors, and line items
Tag List API
Authentication
All requests require an API key in the request headers. Headers:Code Examples
Success Response
HTTP Status:200 OK
Response Fields:
Response Example
Error Responses
Access Denied
HTTP Status:403 Forbidden
Authentication Errors
HTTP Status:401 Unauthorized
Permission Errors
HTTP Status:403 Forbidden
Internal Error
HTTP Status:500 Internal Server Error
Best Practices
- Use the
id(slug) returned for a tag as thetagIdpath parameter in the Tag Detail API to retrieve the available values for aDROPDOWNtag - Check
dataTypeto understand how a tag is used — onlyDROPDOWNtags carry a fixed list of selectable values - Tags are organization-scoped — only tags configured under your organization are returned
- Access is limited to users with tag read permission and an admin or bookkeeper role