API & Developers
Build with Sankorra
Integrate Sankorra with your existing systems using our comprehensive REST API. Access case data, automate workflows, and build custom solutions.
API Keys
Secure authentication with scoped API keys and OAuth 2.0 support.
Webhooks
Real-time notifications for case updates, status changes, and more.
Pre-built Integrations
Connect with QuickBooks, Xero, Twilio, DocuSign, and more.
SDKs & Libraries
Official SDKs for JavaScript, Python, and Ruby.
Quick Start Example
JavaScript
// Initialize the Sankorra client
import { Sankorra } from '@sankorra/sdk';
const sankorra = new Sankorra({
apiKey: process.env.SANKORRA_API_KEY,
facilityId: 'fac_abc123'
});
// Create a new case
const newCase = await sankorra.cases.create({
deceasedName: 'John Smith',
dateOfDeath: '2025-01-15',
serviceType: 'burial',
familyContact: {
name: 'Jane Smith',
email: 'jane@example.com',
phone: '+233-30-123-4567'
}
});
console.log('Case created:', newCase.id);API Endpoints
| Method | Endpoint |
|---|---|
| GET | /cases |
| POST | /cases |
| GET | /cases/{id} |
| PATCH | /cases/{id} |
| GET | /staff |
| GET | /storage |
| POST | /documents |
| GET | /webhooks |
Official SDKs
JavaScript/TypeScript
npm install @sankorra/sdkPython
pip install sankorraRuby
gem install sankorraNeed help with your integration?
Our developer support team is here to help you build successful integrations.