| 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": "1e07fd52-4829-45be-87c4-6635d12826e1",
"SubscriberId": "6024b9b2-328a-4a09-adc7-af9517d66d91",
"Created": "2026-07-28T18:43:52.1499565+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"1e07fd52-4829-45be-87c4-6635d12826e1","SubscriberId":"6024b9b2-328a-4a09-adc7-af9517d66d91","Created":"2026-07-28T18:43:52.1499565+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});