cURL
curl --request GET \ --url https://api.factiliza.com/v1/cee/info/{cee} \ --header 'Authorization: Bearer <token>'
{ "status": 200, "message": "Exito", "data": { "numero": "001077238", "nombres": "ARCILA", "apellido_paterno": "LUZ CELIA KORINA", "apellido_materno": "RIVADENEIRA" } }
Retorna datos segun la CEE
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
El carnet de extranjeria a consultar
cee response
The response is of type object.
object