Skip to main content
POST
Criar lista

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string

Nome da lista

Example:

"compradores recorrentes"

description
string

Descrição da lista

Example:

"Lista de cliente que compram há cada 3 meses"

Response

200 - application/json
name
string

Nome da lista

Example:

"compradores recorrentes"

description
string

Descrição da lista

Example:

"Lista de cliente que compram há cada 3 meses"