REST API returns error code 703: Feature is not enabled for the subscription | Community
Skip to main content
January 28, 2015
Solved

REST API returns error code 703: Feature is not enabled for the subscription

  • January 28, 2015
  • 3 replies
  • 2935 views
I was able to follow the instructions to create a custom service and to then to get an access token via the identity service. But then when trying to list files (or any other action) I get the following response:
 
 
{
    "errors": [
        {
            "code": "703",
            "message": "Feature is not enabled for the subscription"
        }
    ],
    "requestId": "<id>",
    "success": false
}

The documentation has a list of error codes, but 703 is not listed.

Has anyone seen this error or now how to resolve it? Do you have to pay more to access the REST API? (If it matters, our subscription type is listed as “Marketo Enterprise Customer”.)
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jep_Castelein2
Hi Ben, "List Files" is a beta feature and this may not be enabled for your subscription. Please contact Marketo support to get access. 

3 replies

Jep_Castelein2
Jep_Castelein2Accepted solution
Level 10
January 28, 2015
Hi Ben, "List Files" is a beta feature and this may not be enabled for your subscription. Please contact Marketo support to get access. 
January 28, 2015
Thanks for the response, Jep! I will do that. Also, I think it would be great if that error code (and any other unlisted ones) were added to the list of error codes.

Thanks again!
January 28, 2015
@Ben, thanks for the heads up! I will add this error code to the list.