List Tags
Retrieve all tags for the authenticated team.
Header Parameters
x-client-idstring
x-signaturestring
Authorizationstring
Query Parameters
searchstring
pageinteger
Default value
1
limitinteger
Default value
50
Response
200
Object
{
"status": "success",
"data": [
{
"uuid": "5b5e185c-132a-413a-b790-299ea23f914e",
"name": "Cash",
"tagGroups": []
},
{
"uuid": "cde382dc-c5b9-4939-9eb8-198e9f1c5d52",
"name": "Credit Card",
"tagGroups": []
},
{
"uuid": "70a0a98a-08a2-41a5-8522-d59d4e36f140",
"name": "Check",
"tagGroups": []
},
{
"uuid": "a5658b86-6e1d-4b15-b11d-dd43c9f23551",
"name": "Invoice",
"tagGroups": []
},
{
"uuid": "b2c4d6e8-1a3f-4e7b-9c5d-2f8a1b4c7e9d",
"name": "WA-1234 Seattle Downtown",
"tagGroups": [
{
"uuid": "group-uuid-123",
"name": "Tax Locations"
}
]
}
]
}
401
Object
Unauthorized - Authentication failed
Response Attributes
statusstring Required
Always "error" for error responses
messagestring Required
Human-readable error description
codestring Required
Machine-readable error code for programmatic handling
detailsobject
Additional context about the error (varies by error type)
Show child attributes
errorsarray
Present for validation errors with multiple fields
Show child attributes
Was this section helpful?
What made this section unhelpful for you?
Response
Was this section helpful?