We are attempting to retrieve data from the Platform API using an authorization code grant OAuth client
This client has been recently updated, and it has been assigned all available scope values within Cloud.
When we attempt to access the object, we get a 404 response along these lines:
{"message":"No such scope 155c2eb0-9b3f-4927-ba52-bef950fe18ee","code":"not.found","status":404,"messageWithParams":"No such scope {scopeId}","messageParams":{"scopeId":"155c2eb0-9b3f-4927-ba52-bef950fe18ee"},"contextId":"c551f79e-7bb2-425b-ab34-bfb73a14c1a0","details":[],"errors":[]}
This happens for multiple object types (the example above is for an AuthzDivision)
Where are we going wrong?
Thanks,
Austen