Project Verification APIs

Manages the verification of projects and apps for production.

Initiate the trusted status workflow for a project.

post

This endpoint triggers the workflows necessary to begin the application trust process for the specified project. It is intended for use by authorized users to ensure that the project meets the required trust criteria. Proper authentication is required to access this functionality.

👤 User Credential: You must login and authenticate a user and use their access token to invoke this service. This will operate the action under the specified user.

Authorizations
OAuth2clientCredentialsRequired

An OIDC service account that was authenticated.

Authorization URL: Token URL:
Path parameters
projectIdstringRequired
Responses
200

OK

No content

post
/console/projects/{projectId}/trust

No content

Initiate project verification workflow for applications.

post

This endpoint starts the verification process for a specified project. It triggers workflows necessary for validating application readiness for production. Ensure that you have the appropriate permissions to initiate this request.

👤 User Credential: You must login and authenticate a user and use their access token to invoke this service. This will operate the action under the specified user.

Authorizations
OAuth2clientCredentialsRequired

An OIDC service account that was authenticated.

Authorization URL: Token URL:
Path parameters
projectIdstringRequired
Responses
200

OK

No content

post
/console/projects/{projectId}/verification

No content

Last updated