| 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": "c1d58dd9-5aa8-46b0-9b8b-917b41c3b7b6",
"SubscriberId": "cd03331d-ef69-4f59-9fb5-59dde09c5f8f",
"Created": "2026-09-22T07:30:42.3754841+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c1d58dd9-5aa8-46b0-9b8b-917b41c3b7b6","SubscriberId":"cd03331d-ef69-4f59-9fb5-59dde09c5f8f","Created":"2026-09-22T07:30:42.3754841+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});