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": "2e0cff86-0fe4-496a-a28f-de1460cf627e", "SubscriberId": "b5d2fb64-39ac-4a17-8b0a-f3bfaede0ff1", "Created": "2025-07-08T02:39:53.7631156+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"2e0cff86-0fe4-496a-a28f-de1460cf627e","SubscriberId":"b5d2fb64-39ac-4a17-8b0a-f3bfaede0ff1","Created":"2025-07-08T02:39:53.7631156+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});