Skip to main content
GET
/
notas
/
{idNota}
/
xml
Obter XML da nota fiscal
curl --request GET \
  --url https://api.tiny.com.br/public-api/v3/notas/{idNota}/xml \
  --header 'Authorization: Bearer <token>'
{
  "xmlNfe": "<string>",
  "xmlCancelamento": "<string>"
}

Path Parameters

idNota
integer
required

Identificador da nota fiscal

Response

OK

xmlNfe
string
xmlCancelamento
string