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": "e7e69044-ed3a-4935-860b-7a732996a277", "SubscriberId": "2b959669-22e6-4c51-a12e-97c072436ffc", "Created": "2025-06-27T05:33:19.5722588+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e7e69044-ed3a-4935-860b-7a732996a277","SubscriberId":"2b959669-22e6-4c51-a12e-97c072436ffc","Created":"2025-06-27T05:33:19.5722588+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});