API Reference

API Reference

Complete reference for the Ledly API.

Base URL

https://api.ledly.io/api

Authentication

All requests require an API key in the Authorization header:

Authorization: Bearer your_api_key

Get your API key from SettingsAPI Keys in the Ledly app.

Endpoints

Leads

MethodEndpointDescription
POST/leadsCreate a new lead
GET/leadsList all leads
GET/leads/:idGet a specific lead
PUT/leads/:idUpdate a lead
DELETE/leads/:idDelete a lead

Vendors

MethodEndpointDescription
GET/vendorsList all vendors
GET/vendors/:idGet a specific vendor

Programs

MethodEndpointDescription
GET/programsList all programs
GET/programs/:idGet 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.