| 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": "31d3b894-5e05-4c3b-9674-bf7c6efe6b68",
"SubscriberId": "16c7b283-1d81-4912-bbee-f8acb2da0bd1",
"Created": "2026-08-11T11:58:11.3676562+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"31d3b894-5e05-4c3b-9674-bf7c6efe6b68","SubscriberId":"16c7b283-1d81-4912-bbee-f8acb2da0bd1","Created":"2026-08-11T11:58:11.3676562+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});