| 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": "1d30300b-503d-4a9d-898c-f46df52134de",
"SubscriberId": "22487a70-e818-4ab6-93f6-4cd1096f8e63",
"Created": "2026-06-16T02:10:16.9238305+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"1d30300b-503d-4a9d-898c-f46df52134de","SubscriberId":"22487a70-e818-4ab6-93f6-4cd1096f8e63","Created":"2026-06-16T02:10:16.9238305+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});