| 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": "fcb9f54f-0d6b-4241-ab66-ee44d7464168",
"SubscriberId": "65706845-46f4-42e7-97cf-d108294660a4",
"Created": "2026-05-22T03:56:27.9221111+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"fcb9f54f-0d6b-4241-ab66-ee44d7464168","SubscriberId":"65706845-46f4-42e7-97cf-d108294660a4","Created":"2026-05-22T03:56:27.9221111+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});