---
title: "List personal ID configurations"
method: GET
path: "/personal_id_configurations"
tags: ["Personal ID Configuration"]
---

# List personal ID configurations

`GET /personal_id_configurations`

Get paginated list of personal ID configurations

## Query parameters

- `bank_id` integer
- `partner_id` integer
- `page_token` string — Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
- `limit` integer — Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.

## Response `200`

List of personal ID configurations

- PersonalIdConfigurationList
  - `next_page_token` string — If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.
  - `personal_id_configurations` PersonalIdConfigurationResponse[], required — Array of personal ID configurations
    - `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
- `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)
