I want to use Uber in my app by using its Rest API, and when I hit the same from Postman and i will get the same error every time
{
"message": "No authentication provided.",
"code": "unauthorized"
}
after entering the same request as given sample on the Uber Developers Site. you can also check the same here:
And I am attaching here the pic of my request.
In your Authorization header, replace
server_token
withToken
.So your example header has:
replace that with: