I’ve downloaded the Examples of Third Party Data Import postman collection and I was trying to run the Order using query request from PlanetScope without changing anything from the provided request body and after ensuring that I’ve a valid access token but unfortunately I get a forbidden error shown below:
{
"error": {
"status": 403,
"reason": "Forbidden",
"message": "You do not have sufficient permission for this action. Please contact support.",
"code": "COMMON_INSUFFICIENT_PERMISSIONS"
}
}
Please advice how can I fix this issue and whether there is any other approach that I can try to see sample output for the order using query from PlanetScope