| 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": "42f88a67-8704-4d3a-a483-e9257a184a06",
"SubscriberId": "2a190139-f775-4778-abfa-7c20f7c234ea",
"Created": "2026-07-30T03:22:26.7299778+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"42f88a67-8704-4d3a-a483-e9257a184a06","SubscriberId":"2a190139-f775-4778-abfa-7c20f7c234ea","Created":"2026-07-30T03:22:26.7299778+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});