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": "9ff10233-d55a-4f88-86a9-32b5dd2f8363", "SubscriberId": "2f2466a3-ddb9-44dc-a77f-da4898952f2d", "Created": "2025-05-17T11:48:24.461864+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"9ff10233-d55a-4f88-86a9-32b5dd2f8363","SubscriberId":"2f2466a3-ddb9-44dc-a77f-da4898952f2d","Created":"2025-05-17T11:48:24.461864+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});