| 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": "2e166ab6-e30a-46a0-8395-806896d051ff",
"SubscriberId": "05422fc1-cca7-403f-851e-0407391507dc",
"Created": "2026-04-19T01:31:35.4028208+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"2e166ab6-e30a-46a0-8395-806896d051ff","SubscriberId":"05422fc1-cca7-403f-851e-0407391507dc","Created":"2026-04-19T01:31:35.4028208+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});