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": "2026-01-26T17:35:12.5131048+00:00",
"ListId": "89c8927a-0fbc-4326-a229-7d1fc3bd3413",
"Name": "sample string 3",
"SubscriberCount": 4
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"List":{"Created":"2026-01-26T17:35:12.5131048+00:00","ListId":"89c8927a-0fbc-4326-a229-7d1fc3bd3413","Name":"sample string 3","SubscriberCount":4},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});