| Name | Description | Type | Additional Info |
|---|---|---|---|
| listId | The ID of the list. | globally unique identifier | Required |
The request body.
PostListSubscriberRequestV3| Name | Description | Type | Additional Info |
|---|---|---|---|
| SubscriberId | The ID of the subscriber. | globally unique identifier | None. |
Sample:
{
"SubscriberId": "a4e1b857-9ba9-43d2-bfb6-a0f5a65ddfdd"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "53aec695-5a39-4ea2-9591-20d1efd333b2",
"SubscriberId": "2103485d-1ac5-47a3-bc7e-d0fe2c8996cc",
"Created": "2026-09-04T22:39:57.6195974+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"53aec695-5a39-4ea2-9591-20d1efd333b2","SubscriberId":"2103485d-1ac5-47a3-bc7e-d0fe2c8996cc","Created":"2026-09-04T22:39:57.6195974+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});