Skip to main content
September 8, 2014
Question

REST API authentication parameters

  • September 8, 2014
  • 2 replies
  • 880 views
Hi, i need to make REST API calls using the:
end point, identity, client id, client secret.
Can I assume that the end point  and identity is built like this:
https://<munchkin>.mktorest.com/rest
https://<munchkin>.mktorest.com/identity

or do i need to use the RestAPI->Endpoint, Identity?
Cause otherwise i will need to save these on my database.
thanks, 

 



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

2 replies

September 8, 2014
Your assumption is correct. It would be:

https://<munchkin>.mktorest.com/rest
https://<munchkin>.mktorest.com/identity

More infor here - http://developers.marketo.com/documentation/rest/endpoint-url/
September 8, 2014
We also have a blog post that walks through set up with REST API:

http://developers.marketo.com/blog/quick-start-guide-for-marketo-rest-api/