Error code 603 | Community
Skip to main content
January 24, 2015
Question

Error code 603

  • January 24, 2015
  • 7 replies
  • 2704 views
My account is full Admin. I made a custom service and was able to get a token using my client id and client secret. Now I am trying to create a new lead or get an existing lead using REST APIs, but I always get error code 603 (access denied). Please Help!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

7 replies

January 24, 2015
I would make sure appropriate permissions are given to the role that the custom service user is assigned.
January 24, 2015
I have all the permissions. I am Admin - all 25 permissions.
I followed the guide to create new role for Rest APIs and assign an Admin user to it.
January 24, 2015
You would need assign an API user role to this user. There are an 8 API permissions. 
January 24, 2015
Please see step 3 in this guide:
http://developers.marketo.com/blog/quick-start-guide-for-marketo-rest-api/
January 24, 2015
OK, I did add the 8 related to APIs:
 
But I still get:

{
    "requestId": "182e9#14b1972f73d",
    "success": false,
    "errors": [
        {
            "code": "603",
            "message": "Access denied"
        }
    ]
}
January 24, 2015
Ok, I got it. I had to delete everything and create the role, custom service and new user. Thanks
January 24, 2015
Awesome. Glad you got it working.