v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
Personal ID Configuration

Get Personal ID Configuration

Get a personal ID configuration by ID.

get/personal_id_configurations/{id}

Path parameters

idstring uuid required
Example:64438afd-fa20-4010-a573-2bbdca77cdb6

The unique identifier of a personal ID configuration

Response

Personal ID configuration

creation_timestring date-time required

The date and time the configuration was created.

idstring uuid required

Personal ID configuration ID

last_updated_timestring date-time required

The date and time the configuration was last updated.

public_encryption_keystring required

A public encryption key used for encrypting personal identifiers before transport.

tenantstring required

The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

Example response

{
  "creation_time": "2010-05-06T12:23:34.321Z",
  "id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "last_updated_time": "2010-05-06T12:23:34.321Z",
  "public_encryption_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA...",
  "tenant": "abcdef_ghijkl"
}