| 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": "dcb4a43c-cfcc-49ab-99fc-93b6c1d7169e",
"SubscriberId": "47e7ff4d-3736-4f6f-a3a3-7cb8b6652bef",
"Created": "2026-06-29T08:50:32.179539+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"dcb4a43c-cfcc-49ab-99fc-93b6c1d7169e","SubscriberId":"47e7ff4d-3736-4f6f-a3a3-7cb8b6652bef","Created":"2026-06-29T08:50:32.179539+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});