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": "d411f773-98a9-421e-b4a4-0097cfc712ae", "SubscriberId": "4e93e24c-4d11-4994-b925-8dc023fc691c", "Created": "2025-09-18T12:59:02.9818664+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"d411f773-98a9-421e-b4a4-0097cfc712ae","SubscriberId":"4e93e24c-4d11-4994-b925-8dc023fc691c","Created":"2025-09-18T12:59:02.9818664+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});