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": "78d603ee-6c5b-4895-900e-3d1a0c5be2fb", "SubscriberId": "e44fab51-8c3c-45e1-8f48-658b22bea2d6", "Created": "2025-10-20T10:32:32.8970486+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"78d603ee-6c5b-4895-900e-3d1a0c5be2fb","SubscriberId":"e44fab51-8c3c-45e1-8f48-658b22bea2d6","Created":"2025-10-20T10:32:32.8970486+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});