| 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": "116ffe33-ed73-40a1-90f0-e94d2d2436f2",
"SubscriberId": "4b2eaa7c-46f4-4018-b5e5-1118a329d7cb",
"Created": "2026-03-08T01:32:12.6675884+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"116ffe33-ed73-40a1-90f0-e94d2d2436f2","SubscriberId":"4b2eaa7c-46f4-4018-b5e5-1118a329d7cb","Created":"2026-03-08T01:32:12.6675884+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});