| 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": "693f6bdf-64fa-4975-a553-b0289ac6bf0e",
"SubscriberId": "cf121bc3-6f1e-4279-b2c8-1cc0578eb76a",
"Created": "2026-07-15T11:19:38.9021543+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"693f6bdf-64fa-4975-a553-b0289ac6bf0e","SubscriberId":"cf121bc3-6f1e-4279-b2c8-1cc0578eb76a","Created":"2026-07-15T11:19:38.9021543+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});