| 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": "e9f41039-b2c5-4d04-822e-10772f60515a",
"SubscriberId": "9f5502d5-1060-42c4-bcfa-e98b548918cc",
"Created": "2026-07-16T12:19:32.7265774+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e9f41039-b2c5-4d04-822e-10772f60515a","SubscriberId":"9f5502d5-1060-42c4-bcfa-e98b548918cc","Created":"2026-07-16T12:19:32.7265774+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});