Siga a estrutura de pergunta recomendada pelo Dev Bot antes de enviar suas dúvidas de integração.
username:passwordAuthorization: Basic *****************curl --location --request GET 'https://evo-integracao-api.w12app.com.br/api/v1/payables?description&dateInputStart&dateInputEnd&dueDateStart&dueDateEnd&datePaymentStart&datePaymentEnd&compentenceStart&competenceEnd&bankAccount&ammountStart&ammountEnd&accountStatus&idBranch&take&skip' \
--header 'Authorization: Basic <encoded-value>'{
"idPayable": 0,
"description": "string",
"recipient": "string",
"costCenter": {
"id": 0,
"name": "string"
},
"inputDate": "2019-08-24T14:15:22.123Z",
"dueDate": "2019-08-24T14:15:22.123Z",
"paymentDate": "2019-08-24T14:15:22.123Z",
"competenceDate": "2019-08-24T14:15:22.123Z",
"cancellationDate": "2019-08-24T14:15:22.123Z",
"ammount": 0,
"ammountPaid": 0,
"status": {
"id": 0,
"name": "string"
},
"destination": {
"id": 0,
"name": "string"
},
"bankAccount": {
"id": 0,
"name": "string"
},
"beneficiary": "string",
"categories": "string",
"observation": "string"
}