v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Actors

Generate Encryption Key

Generates a new encryption key for the specified actor, identified by actorID.

put/v1/actors/GenarateEncKey

Query parameters

actorIDinteger

The unique identifier of the actor for whom the encryption key is being generated.

Response

Encryption key generated successfully.

actor_idinteger nullable

The unique identifier of the actor associated with this encryption key.

enc_verinteger nullable

The version of the encryption key.

enc_keystring nullable

The encryption key used for securing data.

created_dtstring date-time nullable

The date and time when the encryption key was created.