---
title: "Changes to Get KYC sample data."
method: GET
path: "/kyc_sample"
---

# Changes to Get KYC sample data.

`GET /kyc_sample`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 6 revisions.

- **2021-04-12** `64ebf1d3c93a` — 4 breaking, 36 info
- **2021-03-02** `118633303045` — 12 breaking, 28 warning

## Changes

- **2021-04-12** `64ebf1d3c93a` — 4 breaking, 36 info
  - the `minimum` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `reject` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `soft_match` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `soft_reject` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - added the optional property `minimum/address` to the response with the `200` status
  - added the optional property `minimum/dob` to the response with the `200` status
  - added the optional property `minimum/given_name` to the response with the `200` status
  - added the optional property `minimum/legal_entity_name` to the response with the `200` status
  - added the optional property `minimum/national_id` to the response with the `200` status
  - added the optional property `minimum/place_of_birth` to the response with the `200` status
  - added the optional property `minimum/surname` to the response with the `200` status
  - added the optional property `reject/address` to the response with the `200` status
  - added the optional property `reject/dob` to the response with the `200` status
  - added the optional property `reject/given_name` to the response with the `200` status
  - added the optional property `reject/legal_entity_name` to the response with the `200` status
  - added the optional property `reject/national_id` to the response with the `200` status
  - added the optional property `reject/place_of_birth` to the response with the `200` status
  - added the optional property `reject/surname` to the response with the `200` status
  - added the optional property `soft_match/address` to the response with the `200` status
  - added the optional property `soft_match/dob` to the response with the `200` status
  - added the optional property `soft_match/given_name` to the response with the `200` status
  - added the optional property `soft_match/legal_entity_name` to the response with the `200` status
  - added the optional property `soft_match/national_id` to the response with the `200` status
  - added the optional property `soft_match/place_of_birth` to the response with the `200` status
  - added the optional property `soft_match/surname` to the response with the `200` status
  - added the optional property `soft_reject/address` to the response with the `200` status
  - added the optional property `soft_reject/dob` to the response with the `200` status
  - added the optional property `soft_reject/given_name` to the response with the `200` status
  - added the optional property `soft_reject/legal_entity_name` to the response with the `200` status
  - added the optional property `soft_reject/national_id` to the response with the `200` status
  - added the optional property `soft_reject/place_of_birth` to the response with the `200` status
  - added the optional property `soft_reject/surname` to the response with the `200` status
  - added the required property `minimum/payload_version` to the response with the `200` status
  - added the required property `minimum/type` to the response with the `200` status
  - added the required property `reject/payload_version` to the response with the `200` status
  - added the required property `reject/type` to the response with the `200` status
  - added the required property `soft_match/payload_version` to the response with the `200` status
  - added the required property `soft_match/type` to the response with the `200` status
  - added the required property `soft_reject/payload_version` to the response with the `200` status
  - added the required property `soft_reject/type` to the response with the `200` status
- **2021-03-02** `118633303045` — 12 breaking, 28 warning
  - the `minimum` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - the `reject` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - the `soft_match` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - the `soft_reject` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the required property `minimum/payload_version` from the response with the `200` status
  - removed the required property `minimum/type` from the response with the `200` status
  - removed the required property `reject/payload_version` from the response with the `200` status
  - removed the required property `reject/type` from the response with the `200` status
  - removed the required property `soft_match/payload_version` from the response with the `200` status
  - removed the required property `soft_match/type` from the response with the `200` status
  - removed the required property `soft_reject/payload_version` from the response with the `200` status
  - removed the required property `soft_reject/type` from the response with the `200` status
  - removed the optional property `minimum/address` from the response with the `200` status
  - removed the optional property `minimum/dob` from the response with the `200` status
  - removed the optional property `minimum/given_name` from the response with the `200` status
  - removed the optional property `minimum/legal_entity_name` from the response with the `200` status
  - removed the optional property `minimum/national_id` from the response with the `200` status
  - removed the optional property `minimum/place_of_birth` from the response with the `200` status
  - removed the optional property `minimum/surname` from the response with the `200` status
  - removed the optional property `reject/address` from the response with the `200` status
  - removed the optional property `reject/dob` from the response with the `200` status
  - removed the optional property `reject/given_name` from the response with the `200` status
  - removed the optional property `reject/legal_entity_name` from the response with the `200` status
  - removed the optional property `reject/national_id` from the response with the `200` status
  - removed the optional property `reject/place_of_birth` from the response with the `200` status
  - removed the optional property `reject/surname` from the response with the `200` status
  - removed the optional property `soft_match/address` from the response with the `200` status
  - removed the optional property `soft_match/dob` from the response with the `200` status
  - removed the optional property `soft_match/given_name` from the response with the `200` status
  - removed the optional property `soft_match/legal_entity_name` from the response with the `200` status
  - removed the optional property `soft_match/national_id` from the response with the `200` status
  - removed the optional property `soft_match/place_of_birth` from the response with the `200` status
  - removed the optional property `soft_match/surname` from the response with the `200` status
  - removed the optional property `soft_reject/address` from the response with the `200` status
  - removed the optional property `soft_reject/dob` from the response with the `200` status
  - removed the optional property `soft_reject/given_name` from the response with the `200` status
  - removed the optional property `soft_reject/legal_entity_name` from the response with the `200` status
  - removed the optional property `soft_reject/national_id` from the response with the `200` status
  - removed the optional property `soft_reject/place_of_birth` from the response with the `200` status
  - removed the optional property `soft_reject/surname` from the response with the `200` status

---

[Operation](https://skmtc.dev/diem/apis/mini-wallet-api-specification/docs/kyc_sample/get.md) · [API](https://skmtc.dev/diem/apis/mini-wallet-api-specification.md) · [Page](https://skmtc.dev/diem/apis/mini-wallet-api-specification/changes/kyc_sample/get)
