| 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": "1703b5fa-24e8-4244-971a-4b1d27e2de62",
"SubscriberId": "111fb3e2-db8a-4f84-bd4e-5cdd6e0346c3",
"Created": "2026-06-19T18:57:29.9959938+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"1703b5fa-24e8-4244-971a-4b1d27e2de62","SubscriberId":"111fb3e2-db8a-4f84-bd4e-5cdd6e0346c3","Created":"2026-06-19T18:57:29.9959938+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});