| 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": "3c565518-c004-42cf-8156-db998ac22986",
"SubscriberId": "3332af55-a2be-4e13-a888-0f82770a2485",
"Created": "2026-01-22T13:49:35.3501936+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"3c565518-c004-42cf-8156-db998ac22986","SubscriberId":"3332af55-a2be-4e13-a888-0f82770a2485","Created":"2026-01-22T13:49:35.3501936+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});