| 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": "b423d474-8824-43c8-8bcf-f755cd29e617",
"SubscriberId": "1087f843-795e-4585-804c-131d6697893b",
"Created": "2026-09-25T10:03:21.6729678+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b423d474-8824-43c8-8bcf-f755cd29e617","SubscriberId":"1087f843-795e-4585-804c-131d6697893b","Created":"2026-09-25T10:03:21.6729678+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});