curl -X GET "https://api.foxreach.io/api/v1/leads?page=1&pageSize=20&search=acme" \
-H "X-API-Key: otr_your_key"
{
"data": [
{
"id": "cld_abc123",
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"company": "Acme Inc",
"title": "VP of Sales",
"phone": "+1-555-0100",
"linkedinUrl": "https://linkedin.com/in/johndoe",
"website": "https://acme.com",
"customFields": { "industry": "SaaS" },
"notes": null,
"source": "csv_import",
"status": "active",
"lastContactedAt": null,
"createdAt": "2025-01-15T10:30:00",
"updatedAt": "2025-01-15T10:30:00"
}
],
"meta": {
"page": 1,
"pageSize": 20,
"total": 1,
"totalPages": 1
}
}
Retrieve a paginated list of leads in your workspace.
curl -X GET "https://api.foxreach.io/api/v1/leads?page=1&pageSize=20&search=acme" \
-H "X-API-Key: otr_your_key"
{
"data": [
{
"id": "cld_abc123",
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"company": "Acme Inc",
"title": "VP of Sales",
"phone": "+1-555-0100",
"linkedinUrl": "https://linkedin.com/in/johndoe",
"website": "https://acme.com",
"customFields": { "industry": "SaaS" },
"notes": null,
"source": "csv_import",
"status": "active",
"lastContactedAt": null,
"createdAt": "2025-01-15T10:30:00",
"updatedAt": "2025-01-15T10:30:00"
}
],
"meta": {
"page": 1,
"pageSize": 20,
"total": 1,
"totalPages": 1
}
}
active, bounced, unsubscribed, or replied.Show Lead object
api, csv_import, manual).curl -X GET "https://api.foxreach.io/api/v1/leads?page=1&pageSize=20&search=acme" \
-H "X-API-Key: otr_your_key"
{
"data": [
{
"id": "cld_abc123",
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"company": "Acme Inc",
"title": "VP of Sales",
"phone": "+1-555-0100",
"linkedinUrl": "https://linkedin.com/in/johndoe",
"website": "https://acme.com",
"customFields": { "industry": "SaaS" },
"notes": null,
"source": "csv_import",
"status": "active",
"lastContactedAt": null,
"createdAt": "2025-01-15T10:30:00",
"updatedAt": "2025-01-15T10:30:00"
}
],
"meta": {
"page": 1,
"pageSize": 20,
"total": 1,
"totalPages": 1
}
}