| 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": "ffe28b7a-4e17-4049-b133-62704b7aadc0",
"SubscriberId": "d2960e0e-988f-42e8-8fca-298f106c9ff7",
"Created": "2026-08-03T14:32:51.3776746+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ffe28b7a-4e17-4049-b133-62704b7aadc0","SubscriberId":"d2960e0e-988f-42e8-8fca-298f106c9ff7","Created":"2026-08-03T14:32:51.3776746+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});