| 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": "31ac2008-a91c-4d75-8632-9503503907ac",
"SubscriberId": "08aa1c72-3a01-481d-a3fc-e4f51c2a5f5a",
"Created": "2026-08-09T15:47:49.241247+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"31ac2008-a91c-4d75-8632-9503503907ac","SubscriberId":"08aa1c72-3a01-481d-a3fc-e4f51c2a5f5a","Created":"2026-08-09T15:47:49.241247+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});