cURL
curl --request GET \ --url https://sdp.suki-stage.com/api/v1/info \ --header 'sdp_suki_token: <sdp_suki_token>'
{ "diagnosis_code_types": [ { "code_type": "ICD10" } ], "loincs": [ { "code": "10164-2", "common_name": "History of Present Illness" } ], "specialties": [ { "code": "CARDIOLOGY" } ] }
Gets system information including LOINC codes, specialties, and diagnosis codes.
sdp_suki_token
Success Response
Response body for the /info endpoints with flexible data based on category
Was this page helpful?