Skip to main content
GET
/
v1
/
lookupTypes
Get Lookup Types
curl --request GET \
  --url https://qa-lynx.nayax.com/operational/v1/lookupTypes \
  --header 'Authorization: <api-key>'
[
  {
    "LutTypeID": 123,
    "LutTypeDescription": "<string>",
    "LastUpdated": "2023-11-07T05:31:56Z",
    "LutTypeCode": "<string>",
    "CKey": "<string>",
    "RequiredLutCodeBit": true,
    "LutStatus": 123,
    "LinkedLutTypeId": 123
  }
]

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Query Parameters

LutTypeID
integer<int32>

The unique identifier of the lookup type to filter the results.

Response

200 - application/json

A list of lookup types matching the specified criteria.

LutTypeID
integer<int32> | null

The unique identifier of the lookup type.

LutTypeDescription
string | null

A brief description of the lookup type.

LastUpdated
string<date-time> | null

The date and time when the lookup type was last updated.

LutTypeCode
string | null

A unique code associated with the lookup type for identification or reference.

CKey
string | null

A unique key associated with the lookup type for additional identification or reference.

RequiredLutCodeBit
boolean | null

Indicates whether a lookup code is required for this type.

LutStatus
integer<int32> | null

The status of the lookup type, represented as an integer.

LinkedLutTypeId
integer<int32> | null

The identifier of a related or linked lookup type.