| 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": "b6700c19-242b-42f9-8a12-739f0521bb04",
"SubscriberId": "59895822-c4ef-4813-86a0-cf0397c35ee1",
"Created": "2026-07-23T22:14:36.0996751+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b6700c19-242b-42f9-8a12-739f0521bb04","SubscriberId":"59895822-c4ef-4813-86a0-cf0397c35ee1","Created":"2026-07-23T22:14:36.0996751+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});