---
title: "Changes to Get an UMA invitation by code"
method: GET
path: "/invitations/{invitationCode}"
---

# Changes to Get an UMA invitation by code

`GET /invitations/{invitationCode}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 33 revisions.

- **2026-05-28** `d0bce562bffd` — 6 warning
- **2026-03-03** `efe0d983985f` — 3 breaking, 15 info
- **2026-02-25** `c62cf646aaeb` — 15 breaking, 3 warning
- **2026-02-19** `55dc3fc30633` — 3 breaking, 15 info
- **2026-02-13** `ecd31fe01b4e` — 15 breaking, 3 warning
- **2026-02-13** `2055da1ed488` — 3 breaking, 15 info
- **2026-02-05** `42f104b10868` — 12 breaking, 12 warning

## Changes

- **2026-05-28** `d0bce562bffd` — 6 warning
  - added the new `REQUEST_ID_MISSING` enum value to the `code` response property for the response status `401`
  - added the new `UMA_NOT_FOUND` enum value to the `code` response property for the response status `404`
  - added the new `WALLET_SIGNATURE_BODY_MISMATCH` enum value to the `code` response property for the response status `401`
  - added the new `WALLET_SIGNATURE_INVALID` enum value to the `code` response property for the response status `401`
  - added the new `WALLET_SIGNATURE_MALFORMED` enum value to the `code` response property for the response status `401`
  - added the new `WALLET_SIGNATURE_MISSING` enum value to the `code` response property for the response status `401`
- **2026-03-03** `efe0d983985f` — 3 breaking, 15 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `404`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/Error401_UNAUTHORIZED, #/components/schemas/Error401_INVALID_SIGNATURE` from the response body `oneOf` list for the response status `401`
  - removed `#/components/schemas/Error404_TRANSACTION_NOT_FOUND, #/components/schemas/Error404_INVITATION_NOT_FOUND, #/components/schemas/Error404_USER_NOT_FOUND, #/components/schemas/Error404_QUOTE_NOT_FOUND, #/components/schemas/Error404_LOOKUP_REQUEST_NOT_FOUND, #/components/schemas/Error404_TOKEN_NOT_FOUND, #/components/schemas/Error404_BULK_UPLOAD_JOB_NOT_FOUND, #/components/schemas/Error404_REFERENCE_NOT_FOUND` from the response body `oneOf` list for the response status `404`
  - removed `#/components/schemas/Error500_GRID_SWITCH_ERROR, #/components/schemas/Error500_INTERNAL_ERROR` from the response body `oneOf` list for the response status `500`
  - added the optional property `details` to the response with the `401` status
  - added the optional property `details` to the response with the `404` status
  - added the optional property `details` to the response with the `500` status
  - added the required property `code` to the response with the `401` status
  - added the required property `code` to the response with the `404` status
  - added the required property `code` to the response with the `500` status
  - added the required property `message` to the response with the `401` status
  - added the required property `message` to the response with the `404` status
  - added the required property `message` to the response with the `500` status
  - added the required property `status` to the response with the `401` status
  - added the required property `status` to the response with the `404` status
  - added the required property `status` to the response with the `500` status
- **2026-02-25** `c62cf646aaeb` — 15 breaking, 3 warning
  - added `#/components/schemas/Error401_UNAUTHORIZED, #/components/schemas/Error401_INVALID_SIGNATURE` to the response body `oneOf` list for the response status `401`
  - added `#/components/schemas/Error404_TRANSACTION_NOT_FOUND, #/components/schemas/Error404_INVITATION_NOT_FOUND, #/components/schemas/Error404_USER_NOT_FOUND, #/components/schemas/Error404_QUOTE_NOT_FOUND, #/components/schemas/Error404_LOOKUP_REQUEST_NOT_FOUND, #/components/schemas/Error404_TOKEN_NOT_FOUND, #/components/schemas/Error404_BULK_UPLOAD_JOB_NOT_FOUND, #/components/schemas/Error404_REFERENCE_NOT_FOUND` to the response body `oneOf` list for the response status `404`
  - added `#/components/schemas/Error500_GRID_SWITCH_ERROR, #/components/schemas/Error500_INTERNAL_ERROR` to the response body `oneOf` list for the response status `500`
  - the response's body type/format changed from `object`/`` to ``/`` for status `401`
  - the response's body type/format changed from `object`/`` to ``/`` for status `404`
  - the response's body type/format changed from `object`/`` to ``/`` for status `500`
  - removed the required property `code` from the response with the `401` status
  - removed the required property `code` from the response with the `404` status
  - removed the required property `code` from the response with the `500` status
  - removed the required property `message` from the response with the `401` status
  - removed the required property `message` from the response with the `404` status
  - removed the required property `message` from the response with the `500` status
  - removed the required property `status` from the response with the `401` status
  - removed the required property `status` from the response with the `404` status
  - removed the required property `status` from the response with the `500` status
  - removed the optional property `details` from the response with the `401` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `500` status
- **2026-02-19** `55dc3fc30633` — 3 breaking, 15 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `404`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/Error401_UNAUTHORIZED, #/components/schemas/Error401_INVALID_SIGNATURE` from the response body `oneOf` list for the response status `401`
  - removed `#/components/schemas/Error404_TRANSACTION_NOT_FOUND, #/components/schemas/Error404_INVITATION_NOT_FOUND, #/components/schemas/Error404_USER_NOT_FOUND, #/components/schemas/Error404_QUOTE_NOT_FOUND, #/components/schemas/Error404_LOOKUP_REQUEST_NOT_FOUND, #/components/schemas/Error404_TOKEN_NOT_FOUND, #/components/schemas/Error404_BULK_UPLOAD_JOB_NOT_FOUND, #/components/schemas/Error404_REFERENCE_NOT_FOUND` from the response body `oneOf` list for the response status `404`
  - removed `#/components/schemas/Error500_GRID_SWITCH_ERROR, #/components/schemas/Error500_INTERNAL_ERROR` from the response body `oneOf` list for the response status `500`
  - added the optional property `details` to the response with the `401` status
  - added the optional property `details` to the response with the `404` status
  - added the optional property `details` to the response with the `500` status
  - added the required property `code` to the response with the `401` status
  - added the required property `code` to the response with the `404` status
  - added the required property `code` to the response with the `500` status
  - added the required property `message` to the response with the `401` status
  - added the required property `message` to the response with the `404` status
  - added the required property `message` to the response with the `500` status
  - added the required property `status` to the response with the `401` status
  - added the required property `status` to the response with the `404` status
  - added the required property `status` to the response with the `500` status
- **2026-02-13** `ecd31fe01b4e` — 15 breaking, 3 warning
  - added `#/components/schemas/Error401_UNAUTHORIZED, #/components/schemas/Error401_INVALID_SIGNATURE` to the response body `oneOf` list for the response status `401`
  - added `#/components/schemas/Error404_TRANSACTION_NOT_FOUND, #/components/schemas/Error404_INVITATION_NOT_FOUND, #/components/schemas/Error404_USER_NOT_FOUND, #/components/schemas/Error404_QUOTE_NOT_FOUND, #/components/schemas/Error404_LOOKUP_REQUEST_NOT_FOUND, #/components/schemas/Error404_TOKEN_NOT_FOUND, #/components/schemas/Error404_BULK_UPLOAD_JOB_NOT_FOUND, #/components/schemas/Error404_REFERENCE_NOT_FOUND` to the response body `oneOf` list for the response status `404`
  - added `#/components/schemas/Error500_GRID_SWITCH_ERROR, #/components/schemas/Error500_INTERNAL_ERROR` to the response body `oneOf` list for the response status `500`
  - the response's body type/format changed from `object`/`` to ``/`` for status `401`
  - the response's body type/format changed from `object`/`` to ``/`` for status `404`
  - the response's body type/format changed from `object`/`` to ``/`` for status `500`
  - removed the required property `code` from the response with the `401` status
  - removed the required property `code` from the response with the `404` status
  - removed the required property `code` from the response with the `500` status
  - removed the required property `message` from the response with the `401` status
  - removed the required property `message` from the response with the `404` status
  - removed the required property `message` from the response with the `500` status
  - removed the required property `status` from the response with the `401` status
  - removed the required property `status` from the response with the `404` status
  - removed the required property `status` from the response with the `500` status
  - removed the optional property `details` from the response with the `401` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `500` status
- **2026-02-13** `2055da1ed488` — 3 breaking, 15 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `404`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/Error401_UNAUTHORIZED, #/components/schemas/Error401_INVALID_SIGNATURE` from the response body `oneOf` list for the response status `401`
  - removed `#/components/schemas/Error404_TRANSACTION_NOT_FOUND, #/components/schemas/Error404_INVITATION_NOT_FOUND, #/components/schemas/Error404_USER_NOT_FOUND, #/components/schemas/Error404_QUOTE_NOT_FOUND, #/components/schemas/Error404_LOOKUP_REQUEST_NOT_FOUND, #/components/schemas/Error404_TOKEN_NOT_FOUND, #/components/schemas/Error404_BULK_UPLOAD_JOB_NOT_FOUND, #/components/schemas/Error404_REFERENCE_NOT_FOUND` from the response body `oneOf` list for the response status `404`
  - removed `#/components/schemas/Error500_GRID_SWITCH_ERROR, #/components/schemas/Error500_INTERNAL_ERROR` from the response body `oneOf` list for the response status `500`
  - added the optional property `details` to the response with the `401` status
  - added the optional property `details` to the response with the `404` status
  - added the optional property `details` to the response with the `500` status
  - added the required property `code` to the response with the `401` status
  - added the required property `code` to the response with the `404` status
  - added the required property `code` to the response with the `500` status
  - added the required property `message` to the response with the `401` status
  - added the required property `message` to the response with the `404` status
  - added the required property `message` to the response with the `500` status
  - added the required property `status` to the response with the `401` status
  - added the required property `status` to the response with the `404` status
  - added the required property `status` to the response with the `500` status
- **2026-02-05** `42f104b10868` — 12 breaking, 12 warning
  - the `status` response property const value `401` was removed for the status `401`
  - the `status` response property const value `401` was removed for the status `401`
  - the `status` response property const value `404` was removed for the status `404`
  - the `status` response property const value `404` was removed for the status `404`
  - the `status` response property const value `404` was removed for the status `404`
  - the `status` response property const value `404` was removed for the status `404`
  - the `status` response property const value `404` was removed for the status `404`
  - the `status` response property const value `404` was removed for the status `404`
  - the `status` response property const value `404` was removed for the status `404`
  - the `status` response property const value `404` was removed for the status `404`
  - the `status` response property const value `500` was removed for the status `500`
  - the `status` response property const value `500` was removed for the status `500`
  - added the new `401.00` enum value to the `oneOf[#/components/schemas/Error401_INVALID_SIGNATURE]/status` response property for the response status `401`
  - added the new `401.00` enum value to the `oneOf[#/components/schemas/Error401_UNAUTHORIZED]/status` response property for the response status `401`
  - added the new `404.00` enum value to the `oneOf[#/components/schemas/Error404_BULK_UPLOAD_JOB_NOT_FOUND]/status` response property for the response status `404`
  - added the new `404.00` enum value to the `oneOf[#/components/schemas/Error404_INVITATION_NOT_FOUND]/status` response property for the response status `404`
  - added the new `404.00` enum value to the `oneOf[#/components/schemas/Error404_LOOKUP_REQUEST_NOT_FOUND]/status` response property for the response status `404`
  - added the new `404.00` enum value to the `oneOf[#/components/schemas/Error404_QUOTE_NOT_FOUND]/status` response property for the response status `404`
  - added the new `404.00` enum value to the `oneOf[#/components/schemas/Error404_REFERENCE_NOT_FOUND]/status` response property for the response status `404`
  - added the new `404.00` enum value to the `oneOf[#/components/schemas/Error404_TOKEN_NOT_FOUND]/status` response property for the response status `404`
  - added the new `404.00` enum value to the `oneOf[#/components/schemas/Error404_TRANSACTION_NOT_FOUND]/status` response property for the response status `404`
  - added the new `404.00` enum value to the `oneOf[#/components/schemas/Error404_USER_NOT_FOUND]/status` response property for the response status `404`
  - added the new `500.00` enum value to the `oneOf[#/components/schemas/Error500_GRID_SWITCH_ERROR]/status` response property for the response status `500`
  - added the new `500.00` enum value to the `oneOf[#/components/schemas/Error500_INTERNAL_ERROR]/status` response property for the response status `500`

---

[Operation](https://skmtc.dev/lightsparkdev/apis/grid-api/docs/invitations/:invitationCode/get.md) · [API](https://skmtc.dev/lightsparkdev/apis/grid-api.md) · [Page](https://skmtc.dev/lightsparkdev/apis/grid-api/changes/invitations/:invitationCode/get)
