API Integration set up question
We are working with an outside vendor to set up an API that will pass leads to our Marketo Instance. I have gone through and set up the Role and the API user. I have passed the Client ID, Secret, token and Rest URL over.
the client has created this json
"{\"FirstName\":\"Test\",\"LastName\":\"Testerson\",\"Phone\":\"(212)555-6789\",\"Email\":\"testing12345@fundera.com\",\"Company\":\"Testing Inc.\",\"PostalCode\":\"11231\",\"Revenue_Range__c_account\":\"120000\",\"Source_Detail__c_account\":\"nerdwallet\"}"
The call is happening but he is getting a 610 error (The URI in the call did not match a REST API resource type. This is often due to an incorrectly spelled or incorrectly formatted request URI)
We are trying to trouble shoot this but we are unclear what to look at/update..
Thank you in advance