googleapis.com

An API for controlling access to data by Google personnel.

🔑 oauth2 7 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Gets an approval request. Returns NOT_FOUND if the request does not exist.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://accessapproval.googleapis.com/v1/{name}
Lists approval requests associated with a project, folder, or organization. A…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://accessapproval.googleapis.com/v1/{parent}/approvalRequests
Endpoints (7 total)
GET
/v1/{name}
Gets an approval request. Returns NOT_FOUND if the request does not exist.
GET
/v1/{parent}/approvalRequests
Lists approval requests associated with a project, folder, or organization. A…
POST
/v1/{name}:approve
Approves a request and returns the updated ApprovalRequest. Returns NOT_FOUND…
POST
/v1/{name}:dismiss
Dismisses a request. Returns the updated ApprovalRequest. NOTE: This does not…
POST
/v1/{name}:invalidate
Invalidates an existing ApprovalRequest. Returns the updated ApprovalRequest.…
PATCH
/v1/{name}
Updates the settings associated with a project, folder, or organization. Sett…
DELETE
/v1/{name}
Deletes the settings associated with a project, folder, or organization. This…
At a glance
Total SDKs10
Languages6
Endpoints7
Authoauth2
Categories2
https://accessapproval.googleapis.com