None.
The request body.
PostListRequestV3| Name | Description | Type | Additional Info |
|---|---|---|---|
| Name | The name of the list. | string | None. |
Sample:
{
"Name": "sample string 1"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| List | The list. | ListV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"List": {
"Created": "2025-12-05T10:16:15.7870983+00:00",
"ListId": "0ae79c7d-0ff5-423d-a33b-f4096f467ddf",
"Name": "sample string 3",
"SubscriberCount": 4
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"List":{"Created":"2025-12-05T10:16:15.7870983+00:00","ListId":"0ae79c7d-0ff5-423d-a33b-f4096f467ddf","Name":"sample string 3","SubscriberCount":4},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});