| 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": "35710086-4faa-4fd9-8482-03dd291a029c",
"SubscriberId": "e8c9126e-f498-4651-8c9f-8b502ff1982d",
"Created": "2026-09-18T17:35:53.7814639+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"35710086-4faa-4fd9-8482-03dd291a029c","SubscriberId":"e8c9126e-f498-4651-8c9f-8b502ff1982d","Created":"2026-09-18T17:35:53.7814639+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});