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": "c517fdca-8f60-489c-9e54-83e21ea96b2d", "SubscriberId": "118297d9-efad-4e87-8e41-0d66a885e1c2", "Created": "2024-11-21T08:39:20.9847386+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c517fdca-8f60-489c-9e54-83e21ea96b2d","SubscriberId":"118297d9-efad-4e87-8e41-0d66a885e1c2","Created":"2024-11-21T08:39:20.9847386+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});