integrations.sh
← all integrations

googleapis.com – apikeys

OpenAPI apis-guru analyticsmedia

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.apikeysKeysLookupKey

    Find 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.lookup permission on the parent project.

  • projects.apikeysProjectsLocationsKeysCreate

    Creates a new API key. NOTE: Key is a global resource; hence the only supported value for location is global.

  • projects.apikeysProjectsLocationsKeysDelete

    Deletes 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.apikeysProjectsLocationsKeysGet

    Gets 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.apikeysProjectsLocationsKeysGetKeyString

    Get the key string for an API key. NOTE: Key is a global resource; hence the only supported value for location is global.

  • projects.apikeysProjectsLocationsKeysList

    Lists 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.apikeysProjectsLocationsKeysPatch

    Patches 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.apikeysProjectsLocationsKeysUndelete

    Undeletes 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.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools