2 different endpoints which both return 403 but with different error messages:
{
"category": "BANNED",
"correlationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"links": {
"How to migrate off the ecommbridge": "https://developers.hubspot.com/docs/api/migrate-an-existing-ecommerce-bridge-api-integration"
},
"message": "The ecommbridge is now deprecated and is no longer supported for new integrations.",
"status": "error",
"subCategory": "IntegrationError.NEW_INTEGRATIONS_NOT_SUPPORTED"
}
{
"correlationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"message": "This OAuth token (CLfropL) has not authorized the required scopes to complete this action, requires any of the following: [portal-developers-access, developers-read]. Visit https://developers.hubspot.com/scopes for more information."
}
- Is there any reason why am I getting different error messages?
- Have all endpoints of Ecommerce Bridge API been sunset or are any of them still functional?