GET
/
api
/
v1
/
info
/
loincs
Gets the list of supported LOINC codes.
curl --request GET \
  --url https://sdp.suki-stage.com/api/v1/info/loincs \
  --header 'sdp_suki_token: <sdp_suki_token>'
{
  "loincs": [
    {
      "code": "10164-2"
    }
  ]
}

Headers

sdp_suki_token
string
required

sdp_suki_token

Response

200
*/*

Success Response

Response body for the /info/loincs endpoint