| 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": "d0367b19-79cc-4f1a-bfc3-64bd78aa2793",
"SubscriberId": "dfa463b2-a5b7-443e-91d9-23b048514873",
"Created": "2026-06-23T18:14:50.4828934+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"d0367b19-79cc-4f1a-bfc3-64bd78aa2793","SubscriberId":"dfa463b2-a5b7-443e-91d9-23b048514873","Created":"2026-06-23T18:14:50.4828934+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});