| 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": "8b7b7160-35e5-47cb-8e33-d44168ecf8ac",
"SubscriberId": "d0be1695-6d30-4768-b1a0-97aa6948fdb1",
"Created": "2026-08-21T21:38:54.2396099+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"8b7b7160-35e5-47cb-8e33-d44168ecf8ac","SubscriberId":"d0be1695-6d30-4768-b1a0-97aa6948fdb1","Created":"2026-08-21T21:38:54.2396099+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});