SOLVED

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

Go to solution
Anonymous
Not applicable

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

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?

Tags (2)
1 ACCEPTED SOLUTION
Kenny_Elkington
Marketo Employee

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

View solution in original post

13 REPLIES 13