| 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": "2f4b2204-fe87-4312-ab95-416160e43140",
"SubscriberId": "fdb10b4c-a887-4e79-abe2-2bad4142ca21",
"Created": "2026-05-28T02:56:10.6191931+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"2f4b2204-fe87-4312-ab95-416160e43140","SubscriberId":"fdb10b4c-a887-4e79-abe2-2bad4142ca21","Created":"2026-05-28T02:56:10.6191931+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});