List lists

GET /lists

List all lists

Responses

GET /lists
curl \
 -X GET https://api.lassomoderation.com/api/v1/lists \
 -H "Authorization: string"
Response examples (200)
{
  "lists": [
    {
      "id": "clp72q7pv06pqsaamyeqn1bb8",
      "name": "Bad words",
      "type": "strings",
      "items": 23,
      "createdAt": "2023-11-20T15:40:49.940Z"
    },
    {
      "id": "clp72pz7f06plsaamj7vv3iq9",
      "name": "Allowed domains",
      "type": "urls",
      "items": 10,
      "createdAt": "2023-11-20T15:40:38.873Z"
    },
    {
      "id": "clfha90p90000sa0lwso8ehub",
      "name": "Banned countries",
      "type": "locations",
      "items": 3,
      "createdAt": "2023-03-20T20:32:03.021Z"
    }
  ],
  "success": true
}