---
title: "Create a personal ID configuration"
method: POST
path: "/personal_id_configurations"
tags: ["Personal ID Configuration"]
---

# Create a personal ID configuration

`POST /personal_id_configurations`

Create a personal ID configuration

## Request body

- PersonalIdConfigurationCreate
  - `public_encryption_key` string, required — A public encryption key used for encrypting personal identifiers before transport.
  - `tenant` string — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

## Response `201`

Created 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

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `409` — Resource already exists error
- `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)
