| 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": "01379b69-83bf-4829-bb50-3f479cff1181",
"SubscriberId": "89fe3a4d-59ee-4091-948c-035e22ed3f48",
"Created": "2026-03-11T17:19:10.8790227+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"01379b69-83bf-4829-bb50-3f479cff1181","SubscriberId":"89fe3a4d-59ee-4091-948c-035e22ed3f48","Created":"2026-03-11T17:19:10.8790227+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});