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

Users

Count partners and sellers records

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

OK

application/json
partnersinteger · int64Opcional
sellersinteger · int64Opcional
get/home/users
GET /api/sales/home/users HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "partners": 1,
  "sellers": 1
}