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": "8e514008-bae6-4823-87a8-ddf95b90ef59", "SubscriberId": "22501b4e-1c79-4898-92af-9aa65178547c", "Created": "2025-09-16T09:13:12.2887561+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"8e514008-bae6-4823-87a8-ddf95b90ef59","SubscriberId":"22501b4e-1c79-4898-92af-9aa65178547c","Created":"2025-09-16T09:13:12.2887561+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});