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

Count

Contar usuários do portal

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

Users counted

application/json
totalPartnerinteger · int64Opcional
totalSellerinteger · int64Opcional
get/portal-user/users/count
GET /api/b2b/portal-user/users/count HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "totalPartner": 1,
  "totalSeller": 1
}