| 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": "e9a422a8-cbc1-4e54-9824-8fc0e2f365ba",
"SubscriberId": "dc361fbc-0dfe-4b76-a5ca-7c3b68f35e4b",
"Created": "2025-12-29T02:08:18.3230049+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e9a422a8-cbc1-4e54-9824-8fc0e2f365ba","SubscriberId":"dc361fbc-0dfe-4b76-a5ca-7c3b68f35e4b","Created":"2025-12-29T02:08:18.3230049+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});