API Reference

Build custom lead generation workflows with our powerful developer API.

# Fetch all qualified leads
curl -X GET "https://api.updately.ai/v1/leads" \
-H "Authorization: Bearer YOUR_API_KEY"
// Response:
{
"leads": [... ]
}