Search contacts
Search contacts with parent-first access gating. Returns two sections: `data` contains full contact records at unlocked parent districts/schools (PII gated per contact unlock); `_locked_parent_contacts` summarizes how many additional contacts match at locked parent entities, with names and unlock costs. Unlock a parent district/school to move its contacts into `data`. **Free (0 credits).**
Search contacts with parent-first access gating. Returns two sections: data contains full contact records at unlocked parent districts/schools (PII gated per contact unlock); _locked_parent_contacts summarizes how many additional contacts match at locked parent entities, with names and unlock costs. Unlock a parent district/school to move its contacts into data. Free (0 credits).
API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...
In: header
Query Parameters
Filter by district UUID
Filter by school UUID
State abbreviation
Text search on name or title
Title pattern (e.g., superintendent, technology)
true for district-level, false for school-level
pending, processing, completed, error
Contacts in this list
Contacts at districts in these lists (comma-separated UUIDs)
Contacts at schools in these lists (comma-separated UUIDs)
Contacts at orgs using these vendors (comma-separated UUIDs)
sis, lms, assessment, communication, hr, finance, security, sso, devices, other
open, closed, won, lost, no_bid
staffing, budget, infrastructure, security, integration, compliance, enrollment, other
true to filter contacts at orgs with pain points
esser, erate, title_i, bond, grant, state, other
true to filter contacts at orgs with expiring contracts
true to use deduplicated contact view (default: true)
true to show only contacts your org has unlocked
Sort field
Sort direction
"true"Results per page
50Pagination offset
0Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/contacts"{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"district_id": "550e8400-e29b-41d4-a716-446655440000",
"school_id": "550e8400-e29b-41d4-a716-446655440000",
"name": "string",
"title": "string",
"email": "string",
"phone": "string",
"state": "string",
"is_district_contact": true,
"linkedin_url": "string",
"profile_summary": "string",
"key_facts": {
"property1": null,
"property2": null
},
"source": "string",
"source_url": "string",
"enrichment_status": "pending",
"enriched_at": "string",
"enrichment_error": "string",
"enrichment_retry_count": -9007199254740991,
"qualification_score": 0,
"qualification_justification": "string",
"qualified_at": "string",
"email_status": "pending",
"email_error": "string",
"email_retry_count": -9007199254740991,
"emailed": true,
"emailed_at": "string",
"email_bounced": true,
"email_bounced_at": "string",
"email_confidence_score": -9007199254740991,
"email_verification_status": "string",
"email_verified_at": "string",
"hubspot_contact_id": "string",
"hubspot_synced_at": "string",
"hubspot_sync_status": "pending",
"hubspot_sync_error": "string",
"notes": "string",
"discovered_at": "string",
"last_updated_at": "string",
"created_at": "string",
"_access": {
"is_unlocked": true,
"is_scouting": true,
"unlocked_at": "string",
"credits_spent": 0,
"unlock_cost": 0
}
}
],
"pagination": {
"total": -9007199254740991,
"limit": -9007199254740991,
"offset": -9007199254740991,
"has_more": true
},
"_access_summary": {
"total_results": -9007199254740991,
"unlocked": -9007199254740991,
"locked_processed": -9007199254740991,
"locked_unprocessed": -9007199254740991,
"unlock_all_cost": 0
},
"_locked_parent_contacts": {
"total_hidden": -9007199254740991,
"message": "string",
"parents": [
{
"entity_type": "district",
"entity_id": "550e8400-e29b-41d4-a716-446655440000",
"name": "string",
"contact_count": -9007199254740991,
"unlock_cost": 0
}
]
}
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}Get market summary GET
Aggregated market overview with optional vendor, RFP, and pain-point breakdowns. **Free (0 credits).**
Get contact details GET
Get full details for a contact. The parent district or school must be unlocked first. PII (email, phone, LinkedIn) is redacted if the contact itself is not yet unlocked. **Free (0 credits).**