Professional Associations Information
Description
IDV solution that perform verifications to validate the identity, certifications, and legal authorization of professionals in Chile.
HTTP method POST
info
Before proceeding, make sure you have your jwt token, if you don't, check the login documentation.
Request header parameter
NAME | REQUIRED | TYPE | DESCRIPTION |
---|---|---|---|
Authorization | ✅ | string | bearer jwt token |
URI request parameter
NAME | REQUIRED | TYPE | DESCRIPTION |
---|---|---|---|
Document number | ✅ | string | Chilean identification data by means of the identity document plus the verification digit. |
Status code responses
Code | Description |
---|---|
200 | OK |
400 | Bad request |
401 | Unauthorized |
404 | Not found |
500 | Internal server error. |
The full documentation error codes can be found here.
Response 200 status code
{
"traceId": "c824b59769fec973",
"timestamp": "2024-06-27 08:55:04",
"data": {
"Profession": "Enfermera",
"update_date": "1/1/2023",
"Origin": "Ministerio de Salud"
}
}
Response 400 status code
Scenario 1:
{
"traceId": "76b3e0a80adc6585",
"timestamp": "2024-04-04 17:25:44",
"code": "IDV-3001",
"message": "Provider error, contact with the administrator.",
"data": null
}
Note: Error in the source of origin, please contact an administrator
Scenario 2:
{
"traceId": "0829a4407237096a",
"timestamp": "2024-06-25 09:02:15",
"code": "IDV-1002",
"message": "Data not found."
}
Note: Ensure that the request contains the necessary data and try again.
Response 401 status code
{
"timestamp": "YYYY-MM-DDTHH:mm:ss.sssZ",
"status": 401,
"error": "Unauthorized",
"path": "/api/idv-govcheck/v1/ch-identity/{rut}/registro-civil"
}
Response 500 status code
{
"traceId": "43a20f33d4e8730d",
"timestamp": "yyyy-mm-dd HH:MM:SS",
"code": "IDV-1001",
"message": "A generic error has occurred.",
"data": null
}