| 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": "c5fbf67d-bc01-4ce0-92c3-c5f1d8db26ee",
"SubscriberId": "7be6197f-cc5b-4e64-9fcb-3f37d1ffed33",
"Created": "2026-08-20T16:11:23.1095705+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c5fbf67d-bc01-4ce0-92c3-c5f1d8db26ee","SubscriberId":"7be6197f-cc5b-4e64-9fcb-3f37d1ffed33","Created":"2026-08-20T16:11:23.1095705+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});