| 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": "ca1e2692-69a7-4ec7-9f16-ff428ca44324",
"SubscriberId": "39c39f21-8c90-468b-9736-59d31b078bde",
"Created": "2026-08-27T22:22:54.6927545+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ca1e2692-69a7-4ec7-9f16-ff428ca44324","SubscriberId":"39c39f21-8c90-468b-9736-59d31b078bde","Created":"2026-08-27T22:22:54.6927545+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});