cURL
curl --request GET \ --url https://api.replyke.com/api/v6/:projectId/lists/root
{ "id": "<string>", "projectId": "<string>", "userId": "<string>", "name": "<string>", "isRoot": true, "parentId": "<string>", "entityIds": [ {} ], "subLists": [ {} ], "createdAt": "<string>", "updatedAt": "<string>" }
Retrieve the authenticated user’s root list
Server Error - 500 Internal Server Error
{ "error": "Server error", "code": "list/server-error", "details": "<Error message>" }