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”.)