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

Headers

sdp_suki_token
string
required

sdp_suki_token

Response

200
*/*

Success Response

Response body for the /info/specialties endpoint