Import

Upload an import spreadsheet for profiles

post
Authorizations
Body
documentstring · binaryrequired
Responses
curl -L \
  --request POST \
  --url 'https://api.zydon.com.br/api/sales/profiles/import' \
  --header 'Authorization: Bearer JWT' \
  --header 'Content-Type: multipart/form-data' \
  --form 'document=binary'
{
  "processed_dataflow_ids": [
    "text"
  ],
  "message": "text"
}