---
title: "Changes to Get user info and purchase status"
method: POST
path: "/v1/sdk/user-info"
---

# Changes to Get user info and purchase status

`POST /v1/sdk/user-info`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 27 revisions.

- **2026-08-13** `e356f6586bf2` — 1 info
- **2026-07-30** `8578b7536a9f` — 10 breaking, 6 warning, 2 info
- **2026-07-17** `bbc2ff2bc849` — 2 warning
- **2026-07-04** `a30b6aef464d` — 2 info
- **2026-04-08** `052cc028fdfa` — 1 warning, 1 info
- **2026-04-04** `88abf6f50f11` — 2 breaking
- **2026-03-14** `0e1cded2ee5d` — 1 info

## Changes

- **2026-08-13** `e356f6586bf2` — 1 info
  - response property `purchase/allOf[#/components/schemas/UserInfoPurchaseDto]/plan/allOf[#/components/schemas/UserInfoPlanDto]/limits` deprecated
- **2026-07-30** `8578b7536a9f` — 10 breaking, 6 warning, 2 info
  - the response property `purchase` became nullable for the status `200`
  - the response property `user` became nullable for the status `200`
  - the `purchase` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `user` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `purchase/planType` from the response with the `200` status
  - removed the required property `purchase/productName` from the response with the `200` status
  - removed the required property `purchase/reference` from the response with the `200` status
  - removed the required property `purchase/status` from the response with the `200` status
  - removed the required property `user/email` from the response with the `200` status
  - removed the required property `user/reference` from the response with the `200` status
  - removed the optional property `purchase/endDate` from the response with the `200` status
  - removed the optional property `purchase/plan` from the response with the `200` status
  - removed the optional property `purchase/startDate` from the response with the `200` status
  - removed the optional property `purchase/usage` from the response with the `200` status
  - removed the optional property `user/externalRef` from the response with the `200` status
  - removed the optional property `user/name` from the response with the `200` status
  - added `#/components/schemas/UserInfoPurchaseDto` to the `purchase` response property `allOf` list for the response status `200`
  - added `#/components/schemas/UserInfoUserDto` to the `user` response property `allOf` list for the response status `200`
- **2026-07-17** `bbc2ff2bc849` — 2 warning
  - the `customerRef` request property's maxLength was set to `20`
  - the `productRef` request property's maxLength was set to `20`
- **2026-07-04** `a30b6aef464d` — 2 info
  - the endpoint scheme security `SecretKey` was added to the API
  - the endpoint scheme security `bearer` was removed from the API
- **2026-04-08** `052cc028fdfa` — 1 warning, 1 info
  - removed the optional property `purchase/usage/meterId` from the response with the `200` status
  - added the optional property `purchase/usage/meterRef` to the response with the `200` status
- **2026-04-04** `88abf6f50f11` — 2 breaking
  - the `customerRef` request property's minLength was increased from `0` to `1`
  - the `productRef` request property's minLength was increased from `0` to `1`
- **2026-03-14** `0e1cded2ee5d` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/solvapay/apis/solvapay-rest-api/docs/v1/sdk/user-info/post.md) · [API](https://skmtc.dev/solvapay/apis/solvapay-rest-api.md) · [Page](https://skmtc.dev/solvapay/apis/solvapay-rest-api/changes/v1/sdk/user-info/post)
