| 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": "482c59ea-9a1a-46da-b6bf-61bf965343e8",
"SubscriberId": "dd54d1b1-21b1-4bcb-9f0d-85e1b7e80ec0",
"Created": "2026-05-25T19:18:14.6028741+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"482c59ea-9a1a-46da-b6bf-61bf965343e8","SubscriberId":"dd54d1b1-21b1-4bcb-9f0d-85e1b7e80ec0","Created":"2026-05-25T19:18:14.6028741+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});