---
title: "Get Personal ID Configuration"
method: GET
path: "/personal_id_configurations/{id}"
tags: ["Personal ID Configuration"]
---

# Get Personal ID Configuration

`GET /personal_id_configurations/{id}`

Get a personal ID configuration by ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Personal ID configuration

- PersonalIdConfigurationResponse
  - `creation_time` string, date-time, required — The date and time the configuration was created.
  - `id` string, uuid, required — Personal ID configuration ID
  - `last_updated_time` string, date-time, required — The date and time the configuration was last updated.
  - `public_encryption_key` string, required — A public encryption key used for encrypting personal identifiers before transport.
  - `tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

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