| 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": "e78b0345-5341-4c9f-a1a3-f3d76cd7bafb",
"SubscriberId": "e956ec95-5c0a-4bf8-a4c1-e8325f9e7859",
"Created": "2026-07-27T01:23:35.9120229+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e78b0345-5341-4c9f-a1a3-f3d76cd7bafb","SubscriberId":"e956ec95-5c0a-4bf8-a4c1-e8325f9e7859","Created":"2026-07-27T01:23:35.9120229+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});