| 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": "13ee67fa-895c-4803-84a1-34f9b16e6d62",
"SubscriberId": "242bd471-ebf8-4aa7-a8df-79cab1235344",
"Created": "2026-07-01T00:24:53.1561824+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"13ee67fa-895c-4803-84a1-34f9b16e6d62","SubscriberId":"242bd471-ebf8-4aa7-a8df-79cab1235344","Created":"2026-07-01T00:24:53.1561824+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});