Get list of supported medical specialties and their identifiers
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"
}
]
}
Use this endpoint to get the list of supported medical specialties. This list is used to validate the specialty field in the when creating or updating an .For more information about the specialties, refer to the Medical specialties section.