| 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": "3204aa1e-013f-43ea-955c-a3a129b26c63",
"SubscriberId": "d7b5d770-7ce6-43b0-8313-0b18759430e8",
"Created": "2026-04-16T01:49:06.7795476+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"3204aa1e-013f-43ea-955c-a3a129b26c63","SubscriberId":"d7b5d770-7ce6-43b0-8313-0b18759430e8","Created":"2026-04-16T01:49:06.7795476+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});