| 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": "04dcf231-8062-4bed-9ddb-dcc9a260377e",
"SubscriberId": "7cfce819-65e5-4519-8b73-3c92194d16bf",
"Created": "2026-07-22T14:18:40.4567207+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"04dcf231-8062-4bed-9ddb-dcc9a260377e","SubscriberId":"7cfce819-65e5-4519-8b73-3c92194d16bf","Created":"2026-07-22T14:18:40.4567207+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});