| 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": "a41ed8f9-2997-4d14-8b37-8b07b740c425",
"SubscriberId": "fc0460a1-406c-4e89-8814-570bfe483155",
"Created": "2026-05-10T16:15:28.857173+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"a41ed8f9-2997-4d14-8b37-8b07b740c425","SubscriberId":"fc0460a1-406c-4e89-8814-570bfe483155","Created":"2026-05-10T16:15:28.857173+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});