Skip to main content
POST
/
emisores-propiedades
/
certificados
{
  "emisorId": "<string>",
  "key": "<string>",
  "hash": "<string>",
  "fecha": "2023-11-07T05:31:56Z",
  "status": true
}

Authorizations

Authorization
string
header
required

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

Response

emisorId
string
required

Identificador único del emisor

key
string
required

Clave de la propiedad o configuración

hash
string
required

Hash de seguridad

fecha
string<date-time>
required

Fecha de configuración

status
boolean
default:true
required

Estado activo/inactivo de la propiedad

I