Get folders and lists structure
GET/v1/contacts/lists
Returns the full folder and list hierarchy. Each item has a type field: if type is FOLDER, the item contains folderId, folderName and inside (an array of nested items). If type is LIST, the item contains listId and listName.
Responses
- 200
- 401
- 500
Lists and folder structure
Invalid or missing API key
Internal server error