Yarin
Yarin

Reputation: 183929

List of API scopes for Google Apps domain-wide delegation

Is there a full list of the API scopes available for domain-wide delegation, as per the instructions here?: Using OAuth 2.0 for Server to Server Applications

enter image description here

Upvotes: 1

Views: 1772

Answers (3)

Yarin
Yarin

Reputation: 183929

NOTE: While @Patrick's answer covers the standard Google services, they don't include scopes for the Google Apps admin apis.

To get scopes for the admin apis, choose the service you want from this page, and click "Authorize Requests" in the left menu.

Example: https://developers.google.com/admin-sdk/directory/v1/guides/authorizing

Upvotes: 0

Patrick
Patrick

Reputation: 506

The scopes that you need depend on the API that you are calling. See OAuth 2.0 Scopes for Google APIs for a complete list.

Upvotes: 4

dikesh
dikesh

Reputation: 3125

You can find from OAuth 2.0 Playground from mentioned scopes.

enter image description here

Upvotes: 1

Related Questions