I have tried to create a basic request to get all contacts from a certain list in GetResponse. But all the requests to the api have this error in response.
{"httpStatus":404,"code":100001,"codeDescription":"Route not found, please check url","message":"Route not found - [requestedUrl => /v3https://api.getresponse.com/v3/campaigns/ZPUBn/contacts/, requestedMethod => GET]","moreInfo":"https://apidocs.getresponse.com/en/v3/errors/100001","context":[],"uuid":"63be92da-e52d-47e6-a8c8-6629717589c1"}
It looks like it tries to set the api endpoint itself, but if I set just the part with /campaigns/… it would throw an error that “Url should have https://”