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

Path Parameters

idContaPagar
integer
required

Identificador da Conta a Pagar

Response

OK

descricao
string | null