Skip to main content
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 DROPDOWN tags; requesting values for a non-dropdown tag returns a TAG_NOT_FOUND error
  • Use the id from a tag value as the tagId parameter in the Invoice List API to filter invoices that carry this tag value
  • The status field indicates whether the value is currently usable — DISABLED values are returned for historical reference but should not be used on new transactions
  • Use value to narrow down results — partial matching is supported (e.g., Eng matches Engineering)
  • Add new values to a dropdown tag with the Tag Value Creation API