| 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": "9a068c2e-a4b3-4d7a-9caa-e342a079ab2d",
"SubscriberId": "58647513-34f1-49dd-9cc5-1d787ce1ffc1",
"Created": "2026-05-28T03:11:48.9597998+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"9a068c2e-a4b3-4d7a-9caa-e342a079ab2d","SubscriberId":"58647513-34f1-49dd-9cc5-1d787ce1ffc1","Created":"2026-05-28T03:11:48.9597998+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});