| 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": "31022b78-98fa-458e-84cd-2786f80f43f7",
"SubscriberId": "d8316e67-61ce-4501-8276-66538f19bbaf",
"Created": "2026-03-11T09:03:46.444341+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"31022b78-98fa-458e-84cd-2786f80f43f7","SubscriberId":"d8316e67-61ce-4501-8276-66538f19bbaf","Created":"2026-03-11T09:03:46.444341+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});