| 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": "0926f82f-338a-44af-b13a-e6ba4a2f6801",
"SubscriberId": "82697aeb-432b-4ba4-a4b2-fbff8b9f4bb2",
"Created": "2026-02-15T15:43:04.8683649+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"0926f82f-338a-44af-b13a-e6ba4a2f6801","SubscriberId":"82697aeb-432b-4ba4-a4b2-fbff8b9f4bb2","Created":"2026-02-15T15:43:04.8683649+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});