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

Logo

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

Upload successfully

*/*
objectOpcional
post/portals/appearance/logo
POST /api/b2b/portals/appearance/logo HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 17

{
  "logo": "binary"
}
{}