| 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": "f7115699-e75a-49f1-8e60-59429866c301",
"SubscriberId": "50be26c9-e20a-48cf-834d-3c0a63d373a1",
"Created": "2026-07-31T05:04:50.3979529+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f7115699-e75a-49f1-8e60-59429866c301","SubscriberId":"50be26c9-e20a-48cf-834d-3c0a63d373a1","Created":"2026-07-31T05:04:50.3979529+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});