List a contact's tags
Returns the active tag assignments for the contact (soft-deleted assignments are excluded). Each item contains the tag identifier and its current label.
Parameters
Header Parameters
[Authentication] Required API key.
"^[a-zA-Z0-9-]{20,64}$"Path Parameters
Internal Shopimind contact identifier (id_shop_contact).
Responses
Successfully retrieved contact tags.
List a contact's tags Returns the active tag assignments for the contact (soft-deleted assignments are excluded). Each item contains the tag identifier and its current label. GET /v1/contacts/{id_contact}/tags listContactTags Contacts spm-api-key [Authentication] Required API key. id_contact Internal Shopimind contact identifier (id_shop_contact). Successfully retrieved contact tags. Client error - Invalid request or authentication issues Server error - Internal processing failure