| 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": "9c390e1c-5e0e-4e5e-b8d9-d121a90dd03b",
"SubscriberId": "4c8d8887-c1e7-468a-99a0-94dbb2fee0a8",
"Created": "2025-11-19T03:58:19.8364811+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"9c390e1c-5e0e-4e5e-b8d9-d121a90dd03b","SubscriberId":"4c8d8887-c1e7-468a-99a0-94dbb2fee0a8","Created":"2025-11-19T03:58:19.8364811+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});