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": "fe8daa75-0a8b-4ad1-a9cb-3dd9347205c4", "SubscriberId": "0aa45de6-de68-4960-9463-0d1f20f69ab8", "Created": "2025-09-13T15:15:33.3885131+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"fe8daa75-0a8b-4ad1-a9cb-3dd9347205c4","SubscriberId":"0aa45de6-de68-4960-9463-0d1f20f69ab8","Created":"2025-09-13T15:15:33.3885131+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});