| 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": "03b0d49e-ea0f-4b8a-9427-2e273f1a4a01",
"SubscriberId": "8c7ac7af-4d5e-484b-b011-23ee3f71af6d",
"Created": "2026-07-25T11:08:28.998834+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"03b0d49e-ea0f-4b8a-9427-2e273f1a4a01","SubscriberId":"8c7ac7af-4d5e-484b-b011-23ee3f71af6d","Created":"2026-07-25T11:08:28.998834+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});