| 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": "b4c116d4-c3e4-42e3-b038-d3aa2a032102",
"SubscriberId": "a463ee03-35b5-40ec-9f1e-d5a68da9f8ad",
"Created": "2026-05-03T12:22:52.2463678+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b4c116d4-c3e4-42e3-b038-d3aa2a032102","SubscriberId":"a463ee03-35b5-40ec-9f1e-d5a68da9f8ad","Created":"2026-05-03T12:22:52.2463678+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});