Appearance
Detalles del certificado digital
GET
/server/certificado/detalles
Obtener información básica del certificado digital activo (emisor, sujeto, tipo).
Autorizaciones
bearerAuth
Token de autenticación. Formato del header: Authorization: Bearer {token}
Tipo
HTTP (bearer)
Respuestas
Datos del certificado
application/json
JSON "status": true, "requestId": "string", "message": "string", "data": { "serialNumber": "string", "issuer": { "name": "NOMBRE DEL EMISOR S.A. (RUC80012345-6) PY", "hash": "string" }, "subject": { "name": "NOMBRE DEL FIRMANTE (CI123456) PY", "hash": "string" }, "cert": { "type": "F1", "detail": "CERTIFICADO CUALIFICADO TRIBUTARIO" } }
{
}