REST API queries returning 403 for Rate Offering request
Summary:
When sending a POST request to
/logisticsRestApi/resources-int/v2/custom-actions/bulkQueries/rateOfferings
OR
/logisticsRestApi/resources-int/v2/custom-actions/queries/rateOfferings
OTM always responds with a 403 Forbidden error message.
Content (please ensure you mask any confidential information):
The request body for both requests is currently
{ "q": "rateOfferingGid co \"SHUTTLE\""}
However, my goal is to use a bulkQuery with a Saved Query, which also results in a 403 Forbidden.
Sending a GET request like this
/logisticsRestApi/resources-int/v2/rateOfferings?fields=rateOfferingXid&q=rateOfferingGid co "SHUTTLE"
returns the expected Rate Offerings (HTTP 200).
What am I missing here? According to the docs the ACLs should be the same for all endpoints.