| 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": "939b165e-7395-487e-83d2-a1985ff72aca",
"SubscriberId": "e3ed8e05-4a71-4f33-a921-925b39bf5c1b",
"Created": "2026-05-16T17:09:07.2406604+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"939b165e-7395-487e-83d2-a1985ff72aca","SubscriberId":"e3ed8e05-4a71-4f33-a921-925b39bf5c1b","Created":"2026-05-16T17:09:07.2406604+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});