| 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": "deb1b153-5566-4763-a6c2-d6d62536ce4e",
"SubscriberId": "3471d05f-75a1-4003-a480-b8b5ff2f2a68",
"Created": "2026-01-26T17:37:10.056415+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"deb1b153-5566-4763-a6c2-d6d62536ce4e","SubscriberId":"3471d05f-75a1-4003-a480-b8b5ff2f2a68","Created":"2026-01-26T17:37:10.056415+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});