HYEGRO Developer Docs
🚀 HYEGRO CRM API v1.0.0 – Developer Documentation
🌐 Base URL
https://api.hyegro.com
📦 API Design
GET
– Retrieve dataPOST
– Create new entriesPUT
– Update existing recordsDELETE
– Remove records200 OK
, 201 Created
, 400 Bad Request
, 401 Unauthorized
, 404 Not Found
, 500 Internal Server Error
🔐 Authentication
Authentication will be required for all endpoints using JWT or Bearer tokens in the Authorization
header.
Authorization: Bearer <your-access-token>
🛠 Common Use Cases
📁 Available Modules (v1.0.0)
Module | Description |
---|---|
/leads | Manage lead records |
/contacts | Access and modify contact details |
/deals | Track deals and their status |
/activities | Log tasks, calls, and updates |
/invoices | Manage your invoices |
⚠️ Error Handling
{
"error": {
"code": 400,
"message": "Invalid request payload",
"details": "The 'email' field is required."
}
}
📘 Get Started
Full API reference documentation coming soon.
Meanwhile, feel free to reach out to our developer team at devsupport@hyegro.com for early access and integration help.
Modified at 2025-04-14 16:30:32