None.
The request body.
PostListRequestV3Name | 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-06-07T14:25:21.2354878+00:00", "ListId": "5da5a7d1-add1-4add-a37c-1f9c24b12dff", "Name": "sample string 3", "SubscriberCount": 4 }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"List":{"Created":"2025-06-07T14:25:21.2354878+00:00","ListId":"5da5a7d1-add1-4add-a37c-1f9c24b12dff","Name":"sample string 3","SubscriberCount":4},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});