Skip to main content
POST
https://api.json.pe/api
/
ci
cURL
curl --request POST \
  --url https://api.json.pe/api/ci \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ci": "20230357"
}
'
{
  "success": true,
  "message": "exito",
  "data": {
    "numero": "20230357",
    "nombres": "CECILIA",
    "apellido_paterno": "GANOZA",
    "apellido_materno": "REYES"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ci
string
required

La cédula de identidad a consultar

Example:

"20230357"

Response

ci response

success
boolean

El estado de la respuesta true o false

message
string

Mensaje de la respuesta

data
object

Datos detallados de la respuesta