| 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": "a5c9b7f8-e1fd-46f7-b021-46039f560544",
"SubscriberId": "9f878797-633b-4786-94b0-ed81e2ace3d2",
"Created": "2026-05-24T05:44:16.6615065+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"a5c9b7f8-e1fd-46f7-b021-46039f560544","SubscriberId":"9f878797-633b-4786-94b0-ed81e2ace3d2","Created":"2026-05-24T05:44:16.6615065+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});