Education certificate API — verify Mexican degrees via SEP
Question
D
Answers
S
Query by CURP to get all cédulas for a person, including specializations. The education certificate API will return multiple records for doctors with specialties — you then filter by the required credential type.
● Thread open · 1 reply
I'm integrating an education certificate API for a telemedicine platform. We need to confirm that doctors are licensed to practice in Mexico before they can see patients. The key fields: cédula profesional number, degree type (Médico Cirujano, Especialidad, etc.), issuing institution, and registration date.
How does an education certificate API handle specializations? A cardiologist would have both a general medicine cédula and a specialization cédula. Do I need to query both separately?