| 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": "d5e2a802-7b27-4ebd-bfe2-b760da1de0c2",
"SubscriberId": "1844b547-95af-443e-af42-f23447b592ea",
"Created": "2026-07-10T06:09:41.9900563+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"d5e2a802-7b27-4ebd-bfe2-b760da1de0c2","SubscriberId":"1844b547-95af-443e-af42-f23447b592ea","Created":"2026-07-10T06:09:41.9900563+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});