Skip to main content
The Flozy External API lets you read and write leads, tasks, opportunities, contacts, pipelines, and custom fields programmatically — from your own scripts, automations, or integrations.

Base URL

All endpoints are relative to:
https://server.flozy.com/api/v1/external

Response shape

Every response follows the same envelope:
{
  "http_code": 200,
  "status": "success",
  "message": "Human-readable message",
  "data": { ... }
}
Errors use "status": "failed" with the same shape.

Quick start

1

Create an API key

Go to Settings → API Keys in your Flozy dashboard. You must be the agency owner.
2

Choose your scopes

Select only the scopes your integration needs. See the full scope list.
3

Make your first request

curl https://server.flozy.com/api/v1/external/leads \
  -H "X-API-Key: flz_live_your_key_here"

Resources

Authentication

How to send your API key and manage scopes.

Rate Limits

100 req/min per key, 200 req/min per IP.

Leads

The core resource — prospects and clients.

Tasks

Standalone tasks or linked to leads.

Opportunities

Pipeline deals linked to leads.

Contacts

People associated with leads.