List the tag dictionary
GET /v1/tags
GET
/v1/tags
Returns the user’s contact-tag dictionary with per-tag contact counts. Requires scope contacts:read.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Tag dictionary.
object
items
Array<object>
object
id
integer
name
string
color
string
contactCount
integer
Missing or invalid bearer token.
Standard error envelope for all v1 error responses.
object
error
Machine-readable error code.
string
message
Human-readable explanation of the error.
string
details
Optional structured context (field-level validation errors, etc.).
Example
{ "error": "unauthorized", "message": "Invalid bearer principal"}The API key does not have the required scope for this operation.
Standard error envelope for all v1 error responses.
object
error
Machine-readable error code.
string
message
Human-readable explanation of the error.
string
details
Optional structured context (field-level validation errors, etc.).
Example
{ "error": "forbidden", "message": "scope contacts:write is required"}