| 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": "edab44cc-d21f-4775-8983-8f827574e068",
"SubscriberId": "623aa914-8da6-4c37-9168-1571e92e7df6",
"Created": "2026-05-31T18:51:59.2138119+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"edab44cc-d21f-4775-8983-8f827574e068","SubscriberId":"623aa914-8da6-4c37-9168-1571e92e7df6","Created":"2026-05-31T18:51:59.2138119+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});