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

Available databases

Buscar databases disponíveis para campos de exibição da listagem de produtos dos novos pedidos

get
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Respostas
200

Databases listed

application/json
idstringOpcional
namestringOpcional
get/portals/product-list/display-fields/available-databases
GET /api/b2b/portals/product-list/display-fields/available-databases HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  {
    "id": "text",
    "name": "text"
  }
]