v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
Waas

Get a specific delegated access encryption public key by ID

get/environments/{environmentId}/waas/delegatedAccess/encryptionPublicKeys/{keyId}

Path parameters

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

ID of the environment

keyIdstring uuid required

The ID of the encryption public key

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"
  }
}