Uber OAuth 2.0
Uber APIs are authenticated using OAuth 2.0. Server-to-server integrations use the client_credentials grant; user-facing integrations use the authorization_code grant with PKCE. Tokens are obtained from the Uber OAuth token endpoint and scoped per product (Eats, Direct, Riders, etc.).