| 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": "e799179c-6706-4d5e-93ef-6868da8251bd",
"SubscriberId": "d51dabc1-5d44-4fe4-9553-aa98f3fa4bba",
"Created": "2026-01-27T16:39:18.941823+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e799179c-6706-4d5e-93ef-6868da8251bd","SubscriberId":"d51dabc1-5d44-4fe4-9553-aa98f3fa4bba","Created":"2026-01-27T16:39:18.941823+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});