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

Partners

Listar Novo Pedido de Parceiro do portal

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

New order listed

application/json
idstringOpcional
activebooleanOpcional
titlestringOpcional
get/new-orders/partners
GET /api/b2b/new-orders/partners HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  {
    "id": "text",
    "active": true,
    "title": "text"
  }
]