Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Gets the metadata for an API key. The key string of the API key isn't include…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://apikeys.googleapis.com/v2/{name}
Lists the API keys owned by a project. The key string of the API key isn't in…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://apikeys.googleapis.com/v2/{parent}/keys
Find the parent project and resource name of the API key that matches the key…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://apikeys.googleapis.com/v2/keys:lookupKey
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:apikeys
At a glance
Language Java
Endpoints8
Base URLhttps://apikeys.googleapis.com
✓ Official