Returns an array of unsubscribe group
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"
}
]
}
}
Documentation Index
Fetch the complete documentation index at: https://docs.autosend.com/llms.txt
Use this file to discover all available pages before exploring further.
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"
}
]
}
}
<token>, where <token> is your auth token."507f1f77bcf86cd799439011"truecurl --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"
}
]
}
}