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": "33628322-f835-4844-9386-c38a8a7ab7d3", "SubscriberId": "3287ac91-57a3-487b-ae41-38193f817b26", "Created": "2025-05-23T13:36:18.4886168+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"33628322-f835-4844-9386-c38a8a7ab7d3","SubscriberId":"3287ac91-57a3-487b-ae41-38193f817b26","Created":"2025-05-23T13:36:18.4886168+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});