| 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": "adc3dd03-8a7e-4082-a2a8-6413afcd1aa7",
"SubscriberId": "a199311b-91c6-414c-a12d-c3483b23b60b",
"Created": "2026-01-11T13:09:09.0643745+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"adc3dd03-8a7e-4082-a2a8-6413afcd1aa7","SubscriberId":"a199311b-91c6-414c-a12d-c3483b23b60b","Created":"2026-01-11T13:09:09.0643745+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});