| 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": "d1955357-a073-4c78-adb3-2f84cabb08ea",
"SubscriberId": "761af5e5-6358-481f-8ef6-af6dea5d3ab2",
"Created": "2026-01-08T03:34:15.4321729+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"d1955357-a073-4c78-adb3-2f84cabb08ea","SubscriberId":"761af5e5-6358-481f-8ef6-af6dea5d3ab2","Created":"2026-01-08T03:34:15.4321729+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});