Skip to main content
Tag List API

Authentication

All requests require an API key in the request headers. Headers:
This endpoint takes no query, path, or body parameters.

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 the tagId path parameter in the Tag Detail API to retrieve the available values for a DROPDOWN tag
  • Check dataType to understand how a tag is used — only DROPDOWN tags 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