cURL
curl --request GET \ --url http://localhost:2222/v1/audience/groups/{groupUuid}/contacts
{ "success": true, "message": "<string>", "data": {} }
Retrieve all contacts associated with a specific group.
OK