| 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": "afabd70d-46cf-43af-a009-42ab488d0665",
"SubscriberId": "46d94417-b370-4dd7-a3f6-e43db1d2038b",
"Created": "2026-06-09T21:41:23.6092834+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"afabd70d-46cf-43af-a009-42ab488d0665","SubscriberId":"46d94417-b370-4dd7-a3f6-e43db1d2038b","Created":"2026-06-09T21:41:23.6092834+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});