---
title: "Get Encryption Keys by ActorID"
method: GET
path: "/v1/actors/GetEncKeys"
tags: ["Actors"]
---

# Get Encryption Keys by ActorID

`GET /v1/actors/GetEncKeys`

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

## Query parameters

- `actorID` integer

## Response `200`

Encryption keys retrieved successfully.

- DispatchActorEncKeysDbEntity[]
  - `actor_id` integer, nullable — The unique identifier of the actor associated with this encryption key.
  - `enc_ver` integer, nullable — The version of the encryption key.
  - `enc_key` string, nullable — The encryption key used for securing data.
  - `created_dt` string, date-time, nullable — The date and time when the encryption key was created.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
