Tester Contacts en Temps Réel !
CRM sécurisé • ZK Encryption • Pagination • Audit complet 👥
Contacts illimités
Zero-Knowledge
Pagination
Audit complet
CRM Zero-Knowledge
Contacts API
Gestionnaire de contacts sécurisé
FREE: 100 | PRO: 500 | BUSINESS: 2500
1. Authentification + Plan
GET /api/Contacts/plan
curl -H "Authorization: Bearer jwt"
-H "X-Org-Id: 42"
"https://dpasswords.ca/api/Contacts/plan"
{
"plan": "PRO",
"normalizedPlan": "pro",
"contactCount": 45,
"contactLimit": 500,
"canAddContact": true
}
2. Lister les contacts (Pagination)
GET /api/Contacts/list?page=1&pageSize=20
curl -H "Authorization: Bearer jwt"
"https://dpasswords.ca/api/Contacts/list?page=1&pageSize=20"
{
"items": [
{
"id": 456,
"fullName": "John Doe",
"email": "john@company.com",
"createdAt": "2026-02-05"
}
],
"hasMore": true
}
Add
POST /api/Contacts/add
{
"firstName": "John",
"lastName": "Doe",
"email": "john@..."
}
Details
GET /api/Contacts/details/456
{
"firstName": "John",
"email": "john@company.com",
"phone": "+1..."
}
Edit
PUT /api/Contacts/edit/456
Delete
DELETE /api/Contacts/delete/456
7. Analytics & Limites
GET /api/Contacts/behavior/summary
{
"avgPerWeek": 12.5,
"lastCreateAt": "2026-02-04T09:15Z",
"preferredHour": 9,
"preferredDay": "Monday"
}
👥 Limites par Plan
FREE
100
100
PRO
500
500
BUSINESS
2.5K
2.5K
ENTERPRISE
∞
∞