🇨🇴SENA Certificates
Service to inquire about the courses and certificates that a citizen has completed with SENA.
Endpoint
The Sena Certificates service allows developers to access certification data for individuals who have completed courses with the Servicio Nacional de Aprendizaje (SENA) in Colombia. By providing the document type and number of the individual, this service returns detailed information about their certificates. The response includes the title, type, program, certification date, and a download link for each certificate obtained by the individual.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Query Parameters
documentType
String
True
Document type. Valid parameters: CC, TI, CE, PA, RC, PEP.
CC
documentNumber
String
True
Document number of the person to consult, without spaces or points.
123456789
name
string
Name of the user
age
number
Age of the user
Request
Response
Last updated