Tag Detail API
Tags APIs
Tag Detail API
Retrieve the list of values configured under a specific dropdown tag
Tag Detail API
Authentication
All requests require an API key in the request headers. Headers:Request
Path Parameters
Query Parameters
Code Examples
Success Response
HTTP Status:200 OK
Response Fields:
Response Example
Error Responses
Tag Not Found
Returned when the tag does not exist or is not a dropdown tag. HTTP Status:404 Not Found
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
- This endpoint returns values only for
DROPDOWNtags; requesting values for a non-dropdown tag returns aTAG_NOT_FOUNDerror - Use the
idfrom a tag value as thetagIdparameter in the Invoice List API to filter invoices that carry this tag value - The
statusfield indicates whether the value is currently usable —DISABLEDvalues are returned for historical reference but should not be used on new transactions - Use
valueto narrow down results — partial matching is supported (e.g.,EngmatchesEngineering) - Add new values to a dropdown tag with the Tag Value Creation API