| 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": "2582ce89-0b0d-46f9-92b1-262eab41f069",
"SubscriberId": "08501f66-c398-45ef-b009-a14a61c145b9",
"Created": "2026-09-18T00:54:36.4046938+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"2582ce89-0b0d-46f9-92b1-262eab41f069","SubscriberId":"08501f66-c398-45ef-b009-a14a61c145b9","Created":"2026-09-18T00:54:36.4046938+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});