| 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": "68f80eb0-6af1-4797-baec-b859cde3e48c",
"SubscriberId": "d5ff1f78-196d-4a5c-a819-c3e7e2028947",
"Created": "2026-06-06T13:56:23.5870102+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"68f80eb0-6af1-4797-baec-b859cde3e48c","SubscriberId":"d5ff1f78-196d-4a5c-a819-c3e7e2028947","Created":"2026-06-06T13:56:23.5870102+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});