Integraciones para ISPs con plan Empresarial o superior.
Authorization: Bearer nxpk_live_xxxxxxxx # o X-Api-Key: nxpk_live_xxxxxxxx
| Metodo | Ruta | Scope |
|---|---|---|
| GET | /v1/public/health | — |
| GET | /v1/public/me | API key valida |
| GET | /v1/public/clientes | clientes:read |
| POST | /v1/public/clientes | clientes:write |
| PATCH | /v1/public/clientes/{id} | clientes:write |
| GET/POST | /v1/public/pagos | pagos:read / pagos:write |
| GET | /v1/public/facturas | facturas:read |
| GET/POST/PATCH | /v1/public/tickets | tickets:read / tickets:write |
| POST | /v1/public/tickets/{id}/comentarios | tickets:write |
Eventos: cliente.creado, cliente.actualizado, pago.registrado,
ticket.creado, ticket.actualizado, ping.
Firma HMAC en header X-Netsurx-Signature: sha256=...
Documentacion completa: README_API_PUBLICA.md