| 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": "1fac1ff5-050a-48f4-8e54-fb622fac45ac",
"SubscriberId": "0a1062c6-f42b-4d48-8099-db3df40c8b36",
"Created": "2025-11-20T18:07:54.8349002+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"1fac1ff5-050a-48f4-8e54-fb622fac45ac","SubscriberId":"0a1062c6-f42b-4d48-8099-db3df40c8b36","Created":"2025-11-20T18:07:54.8349002+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});