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": "3c1db559-11e9-4de0-94d5-1c6328c6868d", "SubscriberId": "18fd3017-1030-4976-822e-200411880ccc", "Created": "2025-01-18T04:57:47.8813246+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"3c1db559-11e9-4de0-94d5-1c6328c6868d","SubscriberId":"18fd3017-1030-4976-822e-200411880ccc","Created":"2025-01-18T04:57:47.8813246+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});