curl --request GET \ --url https://api.autosend.com/v1/contacts/{id}/unsubscribe-groups \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "groups": [ { "groupId": "20XWO", "name": "Our blog" } ] } }
Returns an array of unsubscribe group
<token>
"507f1f77bcf86cd799439011"
true
Show child attributes
"20XWO"
"Our blog"