List a contact's lists
Returns the active and currently valid lists the contact is a member of. Excludes lists that are deleted or expired. Returns an empty array when the contact has no list membership.
Parameters
Header Parameters
[Authentication] Required API key, in the form {prefix}.{secret}.
"a1b2c3d4.xK9pR2mVn6QwErTyUiOpAsDfGhJkLzXcVbNmQwErTyU""^[a-zA-Z0-9]{8}\\.[A-Za-z0-9_-]+$"Path Parameters
Internal Shopimind contact identifier (id_shop_contact).
Responses
Successfully retrieved contact lists.
List a contact's lists Returns the active and currently valid lists the contact is a member of. Excludes lists that are deleted or expired. Returns an empty array when the contact has no list membership. GET /v1/contacts/{id_contact}/lists listContactLists Contacts spm-api-key [Authentication] Required API key, in the form {prefix}.{secret}. id_contact Internal Shopimind contact identifier (id_shop_contact). Successfully retrieved contact lists. Client error - Invalid request or authentication issues Server error - Internal processing failure