| 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": "141fe02f-6bed-4123-84d9-96b6be1ff31e",
"SubscriberId": "04aaa936-2a49-48e0-96fa-07c60870e424",
"Created": "2026-02-21T18:19:46.2641827+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"141fe02f-6bed-4123-84d9-96b6be1ff31e","SubscriberId":"04aaa936-2a49-48e0-96fa-07c60870e424","Created":"2026-02-21T18:19:46.2641827+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});