| 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": "08b6c748-4106-4039-8137-4ad05023a0d1",
"SubscriberId": "9e7f8d7e-420a-48ff-92da-5cb58a0e9dda",
"Created": "2026-04-27T15:44:01.7485717+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"08b6c748-4106-4039-8137-4ad05023a0d1","SubscriberId":"9e7f8d7e-420a-48ff-92da-5cb58a0e9dda","Created":"2026-04-27T15:44:01.7485717+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});