POST
/
api
/
v1
/
lists
Criar lista
curl --request POST \
  --url https://api.datacrazy.io/v1/api/api/v1/lists \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "compradores recorrentes",
  "description": "Lista de cliente que compram há cada 3 meses"
}'
{
  "name": "compradores recorrentes",
  "description": "Lista de cliente que compram há cada 3 meses"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200 - application/json

The response is of type object.