| 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": "459a3fdd-097d-4c6b-ac9f-40b5493d8c93",
"SubscriberId": "6c4c414c-3e9e-42e4-a238-1aa8d84debb3",
"Created": "2026-07-28T01:50:38.8072831+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"459a3fdd-097d-4c6b-ac9f-40b5493d8c93","SubscriberId":"6c4c414c-3e9e-42e4-a238-1aa8d84debb3","Created":"2026-07-28T01:50:38.8072831+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});