curl -X POST "https://api.nevatal.com/api/v1/patients" \ -H "Authorization: Bearer nvtl_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "firstName": "María", "lastName": "García", "phone": "+573001234567", "email": "maria@example.com", "documentType": "CC", "documentNumber": "1234567890", "dateOfBirth": "1990-05-15", "gender": "female" }'
{ "id": "pat_abc123", "firstName": "María", "lastName": "García", "email": "maria@example.com", "phone": "+573001234567", "documentType": "CC", "documentNumber": "1234567890", "dateOfBirth": "1990-05-15", "gender": "female", "status": "active", "createdAt": "2025-03-15T10:30:00Z" }
Register a new patient in your clinic
+573001234567
CC
CE
TI
PA
RC
YYYY-MM-DD
male
female
other
Show address