| 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": "47f2f890-7607-4bba-b90e-cf32fb0cfee2",
"SubscriberId": "936d366d-a87a-462a-8325-58c604d23f9b",
"Created": "2026-08-12T20:26:12.9212673+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"47f2f890-7607-4bba-b90e-cf32fb0cfee2","SubscriberId":"936d366d-a87a-462a-8325-58c604d23f9b","Created":"2026-08-12T20:26:12.9212673+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});