v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Actors

Get Encryption Keys by ActorID

Retrieves the encryption keys associated with a specific actor, identified by the actorID query parameter.

get/v1/actors/GetEncKeys

Query parameters

actorIDinteger

The unique identifier of the actor for whom encryption keys are being retrieved.

Response

Encryption keys retrieved 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.