Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
So if my client does not have SSL certificate, it means I cannot call Marketo REST API endpoints?
Hi, I am using Marketo REST APIs for updating leads. When I am testing API calls using Postman or my localhost, everything is working fine. When I deploy my microservice, all API calls fail with the following error:The connection observed an error : io.netty.handler.ssl.SslHandler.channelInactive......
Sanford Whiteman it works perfect now. You made my day!
Doing this does not help:{ "action": "updateOnly", "input": [ { "id": 4788743, "membership": { "allowedToEmail": false } } ], "lookupField": "allowedToEmail"} The error message is the following:{ "requestId": "db2a#16f91...
I store leads and get get leads by, for example, email by making a GET request to /rest/v1/leads.json?filterType=email&filterValues=example@example.com endpoint. I get the following as a result: { "requestId": "212121", "result": [ { "id": 121212, "firstName": "Fir...