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

Info

Buscar informações do portal

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

OK

application/json
idstringOpcional
namestringOpcional
titlestringOpcional
urlstringOpcional
brand_imagestringOpcional
favicon_imagestringOpcional
updated_atstring · date-timeOpcional
get/portals/info
GET /api/b2b/portals/info HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "id": "text",
  "name": "text",
  "title": "text",
  "url": "text",
  "brand_image": "text",
  "favicon_image": "text",
  "updated_at": "2026-01-01T00:00:00.000Z"
}