| 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": "088d27fb-2ec4-45e4-8d8f-97cabbd6d9ce",
"SubscriberId": "db9fb053-fd42-49a1-96ec-75f4d0d3c004",
"Created": "2026-07-31T13:54:00.1098925+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"088d27fb-2ec4-45e4-8d8f-97cabbd6d9ce","SubscriberId":"db9fb053-fd42-49a1-96ec-75f4d0d3c004","Created":"2026-07-31T13:54:00.1098925+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});