I am making a request to https://sandbox-api.uber.com/v1/requests using the Bearer token for my account (which is the admin of the Uber app).
When I make the request I get a 401:
{
"message": "Missing scope: request",
"code": "unauthorized"
}
As I've said, the access_token I have is for the email address that is registered as the app admin so this request should work right?