Creating a new list, using api v3

Hello, I’m trying to create a new list using API v3, and even when I’m sending all the required data, the list is created with empty fields, like the name.

The new list is also missing from the list menu (Manage Lists) but is showed when I request a full list of the lists (without the name).

Any help? Thanks

Hi! It looks like you are posting to the endpoint with Postman using “form-data.” You need to change it to “raw” and post JSON data instead. Here’s an example:

1 Like

Thanks you, man … also in the code I was missing all the data should be inside the list {}