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

Path Parameters

idNota
integer
required

Identificador da nota fiscal

Response

OK

descricao
string | null