| 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": "83c410d5-60f6-46ca-a0a1-45c1b7d8c995",
"SubscriberId": "ece5d5ca-a3b5-42b7-881f-67788f982318",
"Created": "2026-09-18T09:08:35.7481488+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"83c410d5-60f6-46ca-a0a1-45c1b7d8c995","SubscriberId":"ece5d5ca-a3b5-42b7-881f-67788f982318","Created":"2026-09-18T09:08:35.7481488+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});