| 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": "83e8a9d0-30fd-4a35-9863-f867a2b701c5",
"SubscriberId": "eb0daf9a-ef37-4477-8f79-98a6121ffcd9",
"Created": "2026-04-17T00:52:33.6140967+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"83e8a9d0-30fd-4a35-9863-f867a2b701c5","SubscriberId":"eb0daf9a-ef37-4477-8f79-98a6121ffcd9","Created":"2026-04-17T00:52:33.6140967+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});