Integrate your dental practice with powerful APIs designed for healthcare workflows and HIPAA compliance.
Built for developers, designed for healthcare
All API endpoints are designed with healthcare data security in mind, ensuring full HIPAA compliance.
OAuth 2.0 and API key authentication with role-based access controls for maximum security.
Optimized endpoints with caching and rate limiting to ensure fast, reliable access to your data.
Access live practice data with webhooks and real-time updates for seamless integrations.
Get up and running with the Cognident API in minutes
Sign up for a Cognident account and generate your API key from the developer dashboard.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.cognident.org/v1/patients
Retrieve your patient list with a simple GET request.
{
"patients": [
{
"id": "pat_123",
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@email.com",
"phone": "(555) 123-4567"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 150
}
}
Browse our comprehensive API reference to discover all available endpoints and capabilities.
Most commonly used API endpoints for dental practice integration
/api/patients
Retrieve patient list with filtering and pagination/api/patients
Create a new patient record/api/appointments
Get appointments with date range filtering/api/appointments
Schedule a new appointment/api/treatments
Retrieve treatment records and history/api/treatments
Create new treatment recordOfficial SDKs for popular programming languages
Official JavaScript SDK with TypeScript support
Python SDK with async support and type hints
PHP SDK compatible with modern frameworks
Get help from our developer community and support team
Connect with other developers and share solutions
Comprehensive guides and API reference
Direct access to our technical support team