| 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": "6d012b83-297d-4fab-bcd4-909338f7c9af",
"SubscriberId": "7719aee2-c53f-4d73-900e-7ffb6fc6c1cb",
"Created": "2026-07-18T17:36:18.6677012+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"6d012b83-297d-4fab-bcd4-909338f7c9af","SubscriberId":"7719aee2-c53f-4d73-900e-7ffb6fc6c1cb","Created":"2026-07-18T17:36:18.6677012+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});