massimoconti

Results 3 comments of massimoconti

Http api call works well, since logging it return me the expected response: `[2023-06-20T15:12:34.679754+02:00] brevo.INFO: POST /v3/contacts/export { "customContactFilter": { "actionForContacts": "unsubscribed", "listId": 2 } } - Response: 202 {"processId":90}...

I found that the problem is connected with the logging operation. Since it consumes the stream messagge it is not available for reading it again, unless the client api force...

Look like someone else already got into the same problem: https://github.com/swagger-api/swagger-codegen/issues/11651