GET
/
list
curl --request GET \
  --url https://api.sandbox.verisoul.ai/list \
  --header 'x-api-key: <api-key>'
{
  "request_id": "<string>",
  "lists": [
    {
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200
application/json
Lists response
request_id
string

The ID of the request

lists
object[]

Array of available lists