1. This is the error message we get when making a call to the REST API on
Message[No permission to access resource. Please contact your technical account manager.] Location[ - ] Reason[forbidden] Domain[global]
2. Making a SOAP API call gives:
Failed to get access token for service account.
{
"error" : "unauthorized_client",
"error_description" : "Unauthorized client or scope in request."
}
Any idea what is happening?
(We have a valid MCC token as well)