Re: REST API authentication parameters

Anonymous
Not applicable

REST API authentication parameters

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, 

 



Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: REST API authentication parameters

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/
Anonymous
Not applicable

Re: REST API authentication parameters

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/