| 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": "5a006a9d-03cc-41d8-a7f7-e0d55591279d",
"SubscriberId": "873a8fb1-dfa1-4df0-8e84-ae720cfe0c04",
"Created": "2026-03-16T03:54:40.1631514+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"5a006a9d-03cc-41d8-a7f7-e0d55591279d","SubscriberId":"873a8fb1-dfa1-4df0-8e84-ae720cfe0c04","Created":"2026-03-16T03:54:40.1631514+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});