| 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": "31dccd39-57c7-4eef-9d6e-2aaa53d4720d",
"SubscriberId": "ed94a826-8db9-4ee5-8293-1b885a9c8485",
"Created": "2026-09-21T06:17:28.7002042+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"31dccd39-57c7-4eef-9d6e-2aaa53d4720d","SubscriberId":"ed94a826-8db9-4ee5-8293-1b885a9c8485","Created":"2026-09-21T06:17:28.7002042+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});