v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
Waas

Get delegated access encryption public key for an environment

Fetches the encryption public key used for delegated access in a WAAS environment. By default, returns only the latest active key.

get/sdk/{environmentId}/waas/delegatedAccess/encryptionPublicKey

Path parameters

environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

ID of the environment

Response

Encryption public key fetched successfully

messagestring required

Message describing the operation result

Example response

{
  "key": {
    "id": "95b11417-f18f-457f-8804-68e361f9164f",
    "projectEnvironmentId": "95b11417-f18f-457f-8804-68e361f9164f"
  }
}