GET
/
api
/
v1
/
lists
Buscar listas
curl --request GET \
  --url https://api.datacrazy.io/v1/api/api/v1/lists \
  --header 'Authorization: Bearer <token>'
{
  "id": "382ab912-826a-4aa2-8462-e9ca8f71db94",
  "name": "compradores recorrentes",
  "description": "Lista de cliente que compram há cada 3 meses",
  "createdAt": "2025-03-05T17:10:34.158Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The response is of type object.