Re: Error code 603

Anonymous
Not applicable

Error code 603

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!
Tags (1)
7 REPLIES 7
Anonymous
Not applicable

Re: Error code 603

I would make sure appropriate permissions are given to the role that the custom service user is assigned.
Anonymous
Not applicable

Re: Error code 603

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

Re: Error code 603

You would need assign an API user role to this user. There are an 8 API permissions. 
Anonymous
Not applicable

Re: Error code 603

Please see step 3 in this guide:
http://developers.marketo.com/blog/quick-start-guide-for-marketo-rest-api/
Anonymous
Not applicable

Re: Error code 603

OK, I did add the 8 related to APIs:
 
But I still get:

{
    "requestId": "182e9#14b1972f73d",
    "success": false,
    "errors": [
        {
            "code": "603",
            "message": "Access denied"
        }
    ]
}
Anonymous
Not applicable

Re: Error code 603

Ok, I got it. I had to delete everything and create the role, custom service and new user. Thanks
Anonymous
Not applicable

Re: Error code 603

Awesome. Glad you got it working.