Scopes
Scopes control the various API endpoints your application can access. When requesting an access token to use on behalf of a driver, your application will specify which scopes it needs and these will be shown to the user during the OAuth flow. It’s best to limit the scopes you need to the bare minimum so that drivers feel confident with your app and the amount of data it can access.
¶ Available scopes
Scope | Description | Reference |
---|---|---|
partner.accounts |
Access to the profile of the authenticated driver. | Profile |
partner.payments |
Access to payments for the authenticated driver. | Earnings |
partner.trips |
Access to the trip history for the authenticated driver. | Trip History |