| 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": "ffece80f-1b0e-477f-bccb-5f5c9a6ca0b4",
"SubscriberId": "07372308-a3a2-403c-89bb-d20dca8c69c5",
"Created": "2026-04-16T20:36:30.2025053+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ffece80f-1b0e-477f-bccb-5f5c9a6ca0b4","SubscriberId":"07372308-a3a2-403c-89bb-d20dca8c69c5","Created":"2026-04-16T20:36:30.2025053+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});