cURL
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" }
Adicionar um novo arquivo anexo ao lead
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object