Best answer

GetResponse API Request wrong url

  • 10 April 2024
  • 3 replies
  • 17 views

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://
 

 

icon

Best answer by Troy Tessalone 10 April 2024, 19:05

View original

3 replies

Userlevel 7
Badge +14

Hi @nicklll 

Can you link to the specific GetResponse API endpoint documentation you referenced to configure the API Request?

Hi @nicklll 

Can you link to the specific GetResponse API endpoint documentation you referenced to configure the API Request?

Hi @Troy Tessalone, here is the link.
I should also mention, that I used postman to test the exact same endpoint and it works completely fine.

Userlevel 7
Badge +14

@nicklll 

You can try opening a ticket with Zapier Support: https://zapier.com/app/get-help

 

This is the correct link for the GetResponse API endpoint: https://apireference.getresponse.com/#operation/getContactsFromCampaign

 

Possible workaround options:

 

 

 

Reply