Skip to main content
GET
/
api
/
v1
/
lists
Buscar listas
curl --request GET \
  --url https://api.g1.datacrazy.io/api/v1/lists \
  --header 'Authorization: Bearer <token>'
{
  "count": 100,
  "data": [
    {
      "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
count
number
required
Example:

100

data
object[]