Function

Get Function Secret Encryption Key

GetFunctionSecretEncryptionKey retrieves or generates the public key for encrypting function secrets

get/api/v1/functions/{function_id}/secret-encryption-key

Path parameters

function_idstring required

The functionId field.

Response

Successful response

publicKeystring base64

The publicKey field.

Changes