| 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": "75a8d1a8-7ac7-4a7d-a398-c43ec22136c1",
"SubscriberId": "deebd076-7a16-4d52-a1fe-3c8ef1ab276f",
"Created": "2026-09-12T04:26:53.8156452+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"75a8d1a8-7ac7-4a7d-a398-c43ec22136c1","SubscriberId":"deebd076-7a16-4d52-a1fe-3c8ef1ab276f","Created":"2026-09-12T04:26:53.8156452+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});