GET /contacts/v1/attributeSetDefinitions/{id}

Retrieves an attribute set definition from your contact data model.

NameTypeDescription
idstringThe unique ID of an attribute set definition.

To retrieve information about an attribute set definition, issue a GET request to the /contacts/v1/attributeSetDefinitions/{id} endpoint. Replace {id} with the UUID of the attribute set.

The response contains information about the attribute set that you specified in the request.