| 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": "40a30410-2080-46f8-8c99-8fbf0a6b15fe",
"SubscriberId": "d508385c-5811-4558-9278-cfb6eae4cca0",
"Created": "2026-04-14T07:20:40.5306596+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"40a30410-2080-46f8-8c99-8fbf0a6b15fe","SubscriberId":"d508385c-5811-4558-9278-cfb6eae4cca0","Created":"2026-04-14T07:20:40.5306596+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});