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": "20955149-e320-4511-ae32-38630ac96f57", "SubscriberId": "c14a6ddb-9211-40cb-9390-1163d2ac88ed", "Created": "2025-06-07T13:20:18.0956128+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"20955149-e320-4511-ae32-38630ac96f57","SubscriberId":"c14a6ddb-9211-40cb-9390-1163d2ac88ed","Created":"2025-06-07T13:20:18.0956128+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});