cURL
curl --request GET \ --url https://sdp.suki-stage.com/api/v1/info/specialties \ --header 'sdp_suki_token: <sdp_suki_token>'
{ "specialties": [ { "code": "CARDIOLOGY" } ] }
Gets the list of supported medical specialties.
sdp_suki_token
Success Response
Response body for the /info/specialties endpoint
Was this page helpful?