| 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": "d9232a29-0c23-44cf-ba90-653af1b31afb",
"SubscriberId": "55a8671e-0f3d-4308-8e65-8e22b2a56f70",
"Created": "2026-06-26T00:37:21.795098+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"d9232a29-0c23-44cf-ba90-653af1b31afb","SubscriberId":"55a8671e-0f3d-4308-8e65-8e22b2a56f70","Created":"2026-06-26T00:37:21.795098+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});