| 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": "18cd7134-7d93-49db-a2bd-e2bb8c6d47cd",
"SubscriberId": "080bbd50-1356-46c3-a81a-e5052dd0fbaa",
"Created": "2026-08-05T08:08:43.934732+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"18cd7134-7d93-49db-a2bd-e2bb8c6d47cd","SubscriberId":"080bbd50-1356-46c3-a81a-e5052dd0fbaa","Created":"2026-08-05T08:08:43.934732+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});