https://mailchimp.com/lists/{list_id}/interest-categories/{interest_category_id}/interests/{interest_id}Get interests or 'group names' for a specific category.
The unique ID for the list.
The unique ID for the interest category.
The specific interest or 'group name'.
A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://mailchimp.com/lists/{list_id}/interest-categories/{interest_category_id}/interests/{interest_id}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://mailchimp.com/lists/{list_id}/interest-categories/{interest_category_id}/interests/{interest_id}Get interests or 'group names' for a specific category.
The unique ID for the list.
The unique ID for the interest category.
The specific interest or 'group name'.
A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation.
A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://mailchimp.com/lists/{list_id}/interest-categories/{interest_category_id}/interests/{interest_id}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}