Query company details
⚠️
Add test=1 to run tests without real effects. In production, omit this parameter.
Parameters
- test (number (1)) : For testing, add the test=1 parameter. It must be omitted in production.
- cif (string) : Company CIF.
GET /authorization-management/enterprise-data
{
"cif":"B19912999"
}Response
Respuesta
{
"success": true,
"message": "OK",
"status": 200,
"data": {
"cif": "141961419A",
"razon_social": "Valdés de Jaramillo",
"domicilio": {
"via_publica": "Travesía Joel",
"tipo_via": "AV",
"numero": "17",
"piso": null,
"portal": "B",
"escalera": "g",
"letra": null,
"codigo_postal": "97357",
"municipio": "09304",
"municipio_text": "Rabé de las Calzadas"
}
}
}