REST API

Reference for Cloud API authorization and specification

The following sections describe key concepts for understanding the REST API.

Base URL: https://{YOUR_REGION}-{YOUR_PROJECT_ID}.cloudfunctions.net/{FUNCTION_NAME}

Substitute:

  • YOUR_REGION - is the region where your function is deployed.
  • YOUR_PROJECT_ID - is your Google Cloud Platform project ID.
  • FUNCTION_NAME - recorded during the Protect function installation name.

Policy Users

Protegrity Policy roles defines the unique data access privileges for every member.

JWT Verification

Cloud Protect function can authenticate JWTs with an OpenID endpoint or a stored certificate/secret.

Authorization Header

Authorization Header

Export an OpenAPI Spec

Exporting OpenAPI Spec from GCP

v1 Specification

Describes the v1 REST API specification

Legacy Specification

Describes the Legacy REST API specification

HTTP Status Codes

Explains about the HTTP Status Codes.

SSL Certificates

Reference for SSL Certificate resources in GCP Cloud Run Functions


Last modified : March 31, 2026