| 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": "32dad635-d857-46ff-be82-1bd6b01528c7",
"SubscriberId": "5cc4fa14-e177-48bd-9083-7b41e974fecc",
"Created": "2026-08-08T02:13:49.5055826+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"32dad635-d857-46ff-be82-1bd6b01528c7","SubscriberId":"5cc4fa14-e177-48bd-9083-7b41e974fecc","Created":"2026-08-08T02:13:49.5055826+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});