Skip to main content
Get Encryption Keys by ActorID

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Query Parameters

actorID
integer<int64>

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

Response

200 - application/json

Encryption keys retrieved successfully.

actor_id
integer<int64> | null

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

enc_ver
integer<int32> | null

The version of the encryption key.

enc_key
string | null

The encryption key used for securing data.

created_dt
string<date-time> | null

The date and time when the encryption key was created.