| 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": "32fc40c7-3112-443a-b1db-d944b8ee0319",
"SubscriberId": "77eeaa99-2ee2-43fc-b3da-52d34568ec4e",
"Created": "2026-04-30T23:46:50.8068314+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"32fc40c7-3112-443a-b1db-d944b8ee0319","SubscriberId":"77eeaa99-2ee2-43fc-b3da-52d34568ec4e","Created":"2026-04-30T23:46:50.8068314+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});