API Reference
Complete reference for the Ledly API.
Base URL
https://api.ledly.io/apiAuthentication
All requests require an API key in the Authorization header:
Authorization: Bearer your_api_keyGet your API key from Settings → API Keys in the Ledly app.
Endpoints
Leads
| Method | Endpoint | Description |
|---|---|---|
| POST | /leads | Create a new lead |
| GET | /leads | List all leads |
| GET | /leads/:id | Get a specific lead |
| PUT | /leads/:id | Update a lead |
| DELETE | /leads/:id | Delete a lead |
Vendors
| Method | Endpoint | Description |
|---|---|---|
| GET | /vendors | List all vendors |
| GET | /vendors/:id | Get a specific vendor |
Programs
| Method | Endpoint | Description |
|---|---|---|
| GET | /programs | List all programs |
| GET | /programs/:id | Get a specific program |
Rate Limits
- Standard: 100 requests per minute
- Enterprise: Custom limits available
Need More?
See the API Integration Guide for examples and detailed usage.