| 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": "b7d76845-5e4b-402c-bd22-c3086bd64dd7",
"SubscriberId": "695ebb49-a6fd-4604-989d-b3a7048b5d1b",
"Created": "2026-01-01T06:40:29.646011+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b7d76845-5e4b-402c-bd22-c3086bd64dd7","SubscriberId":"695ebb49-a6fd-4604-989d-b3a7048b5d1b","Created":"2026-01-01T06:40:29.646011+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});