Integrate Humano with your applications using our comprehensive REST API.
The Humano API allows you to programmatically interact with your data. You can create, read, update, and delete records across all modules, as well as access reporting and analytics features.
https://wapify.me/api/team
application/json
Token-based authentication with team-level access control
Standard REST endpoints with proper HTTP methods
Access to all major business entities and operations
This API uses team-based authentication. Generate tokens in your team settings to access team-scoped data. Some endpoints may require user authentication instead.
Team tokens: open Team Settings → API Tokens and click “Generate API Token”.
| Módulo | Endpoint | Descripción |
|---|---|---|
| Contactos | /api/team/contacts |
Manage customer and contact information |
| Proyectos | /api/team/projects |
Project management and tracking |
| Tareas | /api/tasks |
Task creation and management (user auth) |
| Facturas | /api/invoices |
Billing and invoice management (user auth) |
| Mensajes | /api/message |
Email and SMS campaign management (user auth) |
| Contents | /api/team/contents |
Website content management with multi-language support (team token auth) |
| Empresas | /api/enterprises |
Enterprise and client management (user auth) |
| Pagos | /api/payments |
Payment and transaction management (user auth) |
| Productos | /api/products |
Product catalog management (user auth) |
| Pedidos | /api/orders |
Order management and tracking (user auth) |
| Prompts | /api/team/prompts |
AI-powered prompts for content generation (team token auth) |
| Assistant Chat | POST /api/team/assistant/chat |
Chat with the full assistant (router + flows). Body: message, optional prompt_key. Team token auth. |