For the complete documentation index, see llms.txt. This page is also available as Markdown.

Import

Importa dados para a tabela

post
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
documentstring · binaryObrigatório
Respostas
200

Success data queued for import execution.

*/*
stringOpcional
post/portal-user/users/import
POST /api/b2b/portal-user/users/import HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 21

{
  "document": "binary"
}
200

Success data queued for import execution.

text