| 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": "4922846f-2845-4e69-af1d-3be9bfac1316",
"SubscriberId": "8794d620-12c6-4b7a-85ac-3da0ab995b6b",
"Created": "2026-09-06T00:58:34.6476012+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"4922846f-2845-4e69-af1d-3be9bfac1316","SubscriberId":"8794d620-12c6-4b7a-85ac-3da0ab995b6b","Created":"2026-09-06T00:58:34.6476012+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});