v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Costa Rica TSE

Verify a user's DNI against the Costa Rican TSE database

post/cr/tse

Request body

documentNumberstring required

The document number of a National ID

callbackURLstring required

Response

200

{"stackTrail":"paths:/cr/tse:post:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "data": {
    "documentNumber": "123456789",
    "firstName": "ENRIQUE",
    "lastName": "BLANCO",
    "secondLastName": "MIRANDA",
    "dateOfBirth": "1990-10-01",
    "nationality": "COSTARRICENSE"
  }
}