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": "16aebebd-c289-40ab-9ff8-c87cdfe69faf", "SubscriberId": "2c9de9d7-1ac0-4466-9056-8c687720fd1b", "Created": "2025-07-09T07:48:12.06253+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"16aebebd-c289-40ab-9ff8-c87cdfe69faf","SubscriberId":"2c9de9d7-1ac0-4466-9056-8c687720fd1b","Created":"2025-07-09T07:48:12.06253+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});