Receiving 605 Request method 'POST' not supported for pushToMarketo endpoint | Community
Skip to main content
September 14, 2016
Solved

Receiving 605 Request method 'POST' not supported for pushToMarketo endpoint

  • September 14, 2016
  • 2 replies
  • 5174 views

Hi,

I'm trying to add member to program via REST API.

It seems like pushToMarketo endpoint works good.

http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Leads/pushToMarketoUsingPO…

But actually pushToMarketo endpoint returns error like below.

{

  "requestId": "7987#15728dda713",

  "success": false,

  "errors": [

    {

      "code": "605",

      "message": "Request method 'POST' not supported"

    }

  ]

}

I send POST request but response said POST not supported.

Is the pushToMaketo API is not supported?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kenny_Elkington

Sorry, that endpoint isn't available until the Q3 release.  I will fix the docs.  Please use Create/Update Leads instead.

2 replies

Kenny_Elkington
Kenny_ElkingtonAccepted solution
New Participant
September 14, 2016

Sorry, that endpoint isn't available until the Q3 release.  I will fix the docs.  Please use Create/Update Leads instead.

September 15, 2016

Hi Kenny,

Thank you for your answer.

Can i use Sync Leads endpoint for add member(leads) to program?

http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Leads/syncLeadUsingPOST

I can't find  program identifier in SyncLeasdRequest.

Is there any other endpoint which can add member to program?

Kenny_Elkington
New Participant
September 15, 2016
Dory_Viscoglio
New Participant
September 14, 2016

Strange, the API documentation says that the 605 Error is related to GET, not POST. Maybe @Kenny Elkington​ can help out here?