Lines Matching refs:API
3 …API calls, your application needs to be authenticated. When an API accesses a user's private data,…
7 …API authentication and authorization are handled. All API calls must use either simple or authoriz…
9 ### 1. Simple API access (API keys)
11 These API calls do not access any private user data. Your application must authenticate itself as a…
13 **API key:** To authenticate your application, use an [API key](api-keys.md) for your API Console p…
15 …ing:** Keep your API key private. If someone obtains your key, they could use it to consume your q…
17 ### 2. Authorized API access (OAuth 2.0)
19 These API calls access private user data. Before you can call them, the user that has access to the…
21 **Scope:** Each API defines one or more scopes that declare a set of operations permitted. For exam…
23 … for the scope requested. Your application uses access tokens to authorize API calls. Access token…
27 … and are used to acquire tokens. They are created for your project on the [API Console](https://co…
35 ## Using API keys
37 More information and examples for API keys are provided on the [API Keys](api-keys.md) page.