| 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": "08d583f8-170c-4fe7-b12c-30ccbe1f529c",
"SubscriberId": "846b7cfd-1e69-495e-8469-3d9a82a802b0",
"Created": "2026-04-11T19:37:31.0776439+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"08d583f8-170c-4fe7-b12c-30ccbe1f529c","SubscriberId":"846b7cfd-1e69-495e-8469-3d9a82a802b0","Created":"2026-04-11T19:37:31.0776439+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});