| 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": "9ac38340-3c7b-44a1-9571-1c3f3adbf7ed",
"SubscriberId": "ea5a8910-417c-4492-a6c5-7d8a746bbe3d",
"Created": "2026-03-09T16:19:07.3185851+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"9ac38340-3c7b-44a1-9571-1c3f3adbf7ed","SubscriberId":"ea5a8910-417c-4492-a6c5-7d8a746bbe3d","Created":"2026-03-09T16:19:07.3185851+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});