googleapis.com – apikeys
Manages the API keys associated with developer projects.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:apikeys/v2.json
- Provider
- googleapis.com:apikeys / apikeys
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/apikeys/v2/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/apikeys/v2/openapi.yaml
Tools (10)
Extracted live via the executor SDK.
-
keys.apikeysKeysLookupKeyFind the parent project and resource name of the API key that matches the key string in the request. If the API key has been purged, resource name will not be set. The service account must have the
apikeys.keys.lookuppermission on the parent project. -
projects.apikeysProjectsLocationsKeysCreateCreates a new API key. NOTE: Key is a global resource; hence the only supported value for location is
global. -
projects.apikeysProjectsLocationsKeysDeleteDeletes an API key. Deleted key can be retrieved within 30 days of deletion. Afterward, key will be purged from the project. NOTE: Key is a global resource; hence the only supported value for location is
global. -
projects.apikeysProjectsLocationsKeysGetGets the metadata for an API key. The key string of the API key isn't included in the response. NOTE: Key is a global resource; hence the only supported value for location is
global. -
projects.apikeysProjectsLocationsKeysGetKeyStringGet the key string for an API key. NOTE: Key is a global resource; hence the only supported value for location is
global. -
projects.apikeysProjectsLocationsKeysListLists the API keys owned by a project. The key string of the API key isn't included in the response. NOTE: Key is a global resource; hence the only supported value for location is
global. -
projects.apikeysProjectsLocationsKeysPatchPatches the modifiable fields of an API key. The key string of the API key isn't included in the response. NOTE: Key is a global resource; hence the only supported value for location is
global. -
projects.apikeysProjectsLocationsKeysUndeleteUndeletes an API key which was deleted within 30 days. NOTE: Key is a global resource; hence the only supported value for location is
global. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools