Skip to main content
GET
/
emisores-propiedades
/
documentos-emisor
/
{tipo}
Obtener el documento
curl --request GET \
  --url https://rest.yafacture.com/emisores-propiedades/documentos-emisor/{tipo} \
  --header 'x-api-key: <api-key>'
[
  {
    "emisorId": "<string>",
    "key": "<string>",
    "hash": "<string>",
    "fecha": "2023-11-07T05:31:56Z",
    "status": true
  }
]

Authorizations

x-api-key
string
header
required

X-API-Key authentication header for the development token generated in Yafacture

Path Parameters

tipo
string
required

Query Parameters

descargar
number
required

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