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": "546bd5bc-0b1d-4a0e-a979-99054841a514", "SubscriberId": "3b5f4a1b-2556-4872-8afe-a3d1c683285a", "Created": "2025-10-10T10:10:18.6424289+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"546bd5bc-0b1d-4a0e-a979-99054841a514","SubscriberId":"3b5f4a1b-2556-4872-8afe-a3d1c683285a","Created":"2025-10-10T10:10:18.6424289+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});