| 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": "49f71e5e-43b0-4512-bd55-dcbda4f6ac25",
"SubscriberId": "7c1562a4-80ce-49c7-b23b-eb61652c9a68",
"Created": "2026-02-14T18:12:49.0995422+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"49f71e5e-43b0-4512-bd55-dcbda4f6ac25","SubscriberId":"7c1562a4-80ce-49c7-b23b-eb61652c9a68","Created":"2026-02-14T18:12:49.0995422+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});