| 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": "5a36ec18-0d6b-4b62-8fc9-6814884ddc4a"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "ec843d43-854a-493f-aec2-dedcc9829705",
"SubscriberId": "fde8a2dd-f8a9-4ef9-b659-a851e6b08615",
"Created": "2026-01-12T06:38:35.8810275+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ec843d43-854a-493f-aec2-dedcc9829705","SubscriberId":"fde8a2dd-f8a9-4ef9-b659-a851e6b08615","Created":"2026-01-12T06:38:35.8810275+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});