SOLVED

API Error: No client with requested id when trying to get token

Go to solution
Anonymous
Not applicable

API Error: No client with requested id when trying to get token

My team is having an issue with the REST api. We build a simple client and its working for us and a few other clients, but we have a new user that gave us their login credentials but we are receiving the "No client with requested id: {CLIENTID}" error when we are trying to fetch the Token. What would cause this error for one user?

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: API Error: No client with requested id when trying to get token

What Chris said, and also remember you need their Munchkin ID to be a variable.

View solution in original post

3 REPLIES 3
Chris_Johnston
Level 8

Re: API Error: No client with requested id when trying to get token

It looks like the client id they provided is incorrect. Have them double check, and look at the following link for them to find it correctly would be the first step I would take.

http://developers.marketo.com/rest-api/authentication/

SanfordWhiteman
Level 10 - Community Moderator

Re: API Error: No client with requested id when trying to get token

What Chris said, and also remember you need their Munchkin ID to be a variable.

Anonymous
Not applicable

Re: API Error: No client with requested id when trying to get token

Thank you both!