| 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": "fdc197ca-6a0f-4ae5-9240-566920a0a672",
"SubscriberId": "c01a9e7c-8382-407a-9bda-958fdc28e3b0",
"Created": "2026-09-05T17:08:14.5615032+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"fdc197ca-6a0f-4ae5-9240-566920a0a672","SubscriberId":"c01a9e7c-8382-407a-9bda-958fdc28e3b0","Created":"2026-09-05T17:08:14.5615032+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});