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

Path Parameters

idNota
integer
required

Identificador da nota fiscal

Response

OK