| 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": "fa713cc6-7c3a-4c14-a371-c1979b4c7fb9",
"SubscriberId": "541196f1-5a85-4a8a-87c9-c9c2f0ee04df",
"Created": "2025-11-16T02:48:06.9166709+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"fa713cc6-7c3a-4c14-a371-c1979b4c7fb9","SubscriberId":"541196f1-5a85-4a8a-87c9-c9c2f0ee04df","Created":"2025-11-16T02:48:06.9166709+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});