| 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": "6049d383-3ba5-4e20-95ed-183a7f610c2a",
"SubscriberId": "217d238f-f058-4e97-925b-8314b48703f1",
"Created": "2026-02-26T02:53:33.318589+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"6049d383-3ba5-4e20-95ed-183a7f610c2a","SubscriberId":"217d238f-f058-4e97-925b-8314b48703f1","Created":"2026-02-26T02:53:33.318589+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});