This error occurs when the token does not have the required scope to access the endpoint.
{
"code": 403,
"error": "MISSING_SCOPE",
"message": "Insufficient API permissions"
}
This error occurs when the token does not have the required scope to access the endpoint.
{
"code": 403,
"error": "MISSING_SCOPE",
"message": "Insufficient API permissions"
}