curl --request GET \ --url https://sdp.suki-stage.com/api/v1/info/specialties \ --header 'sdp_suki_token: <sdp_suki_token>'
Copy
Ask AI
{ "specialties": [ { "code": "CARDIOLOGY" } ]}
Info
Supported Medical Specialties
Get list of supported medical specialties and their identifiers
GET
/
api
/
v1
/
info
/
specialties
Gets the list of supported medical specialties.
Copy
Ask AI
curl --request GET \ --url https://sdp.suki-stage.com/api/v1/info/specialties \ --header 'sdp_suki_token: <sdp_suki_token>'
Copy
Ask AI
{ "specialties": [ { "code": "CARDIOLOGY" } ]}
Use this endpoint to get the list of supported medical specialties. This list is used to validate the specialty field in the context object.For more information about the specialties, refer to the Medical Specialties section.