| Name | Description | Type | Additional Info |
|---|---|---|---|
| listId | The ID of the list. | globally unique identifier | Required |
| subscriberId | The ID of the subscriber. | globally unique identifier | Required |
None.
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "b4626125-38cf-4013-b355-6f76b6b42c7c",
"SubscriberId": "b0fcd23b-c83c-4ef2-8e50-46542766e240",
"Created": "2026-04-25T01:33:35.4070028+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b4626125-38cf-4013-b355-6f76b6b42c7c","SubscriberId":"b0fcd23b-c83c-4ef2-8e50-46542766e240","Created":"2026-04-25T01:33:35.4070028+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});