List custom-data definitions relevant to a contact
Returns active custom-data definitions whose source entity is contacts and that have at least one record stored for this contact. Use listCustomDataRecords to retrieve the actual values.
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 relevant custom data definitions.
List custom-data definitions relevant to a contact Returns active custom-data definitions whose source entity is contacts and that have at least one record stored for this contact. Use listCustomDataRecords to retrieve the actual values. GET /v1/contacts/{id_contact}/custom-data-definitions listContactCustomDataDefinitions Contacts spm-api-key [Authentication] Required API key. id_contact Internal Shopimind contact identifier (id_shop_contact). Successfully retrieved relevant custom data definitions. Client error - Invalid request or authentication issues Server error - Internal processing failure