flexbe-api
Installation
SKILL.md
Flexbe API skill
Covers the complete Flexbe REST API: authentication, methods (getLeads, changeLead),
webhook events (lead, pay), error codes, rate limits, and code examples in PHP, Node.js,
and cURL.
Quick reference
| What | Value |
|---|---|
| Base URL | http://{your_domain}/mod/api/ |
| Auth param | ?api_key={key} |
| Response format | JSON, UTF-8, data in data object |
| Rate limit | 100 requests/min |
| Max leads/request | 1 000 (use start + count for pagination) |
| Webhook method | POST to your script URL |
| Webhook events | lead (new lead), pay (payment notification) |
| Support | dev@flexbe.com |