🇨🇴SENA Certificates
Service to inquire about the courses and certificates that a citizen has completed with SENA.
SENA Certificates
GET - https://api.verifik.co/v2/co/sena/certificados
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.
Implementation
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Query Parameters
Name | Type | Required? | Description | Example |
---|---|---|---|---|
documentType | String |
| Document type. Valid parameters: CC, TI, CE, PA, RC, PEP. |
|
documentNumber | String |
| Document number of the person to consult, without spaces or points. |
|
Name | Type | Description |
---|---|---|
| string | Name of the user |
| number | Age of the user |
Request
Response
Last updated