Before you start.....
NOTE: KLINICLY is an Open Source API that enables innovators and health-tech businesses to easily embed and distribute genuine drugs using our formulary within their products.
Get your API keys
Authentication
# With cURL, you can pass the correct header with each request
curl -L 'https://api.klinicly.net'
-H 'AccessKey: myapikey'Make your first GET request
get
Authorizations
AuthorizationstringRequired
Input your Bearer token in this format - Bearer {your token here} to access this WebApi
Query parameters
SearchQuerystringOptional
PageNumberinteger · int32Optional
PageSizeinteger · int32Optional
Responses
200
Success
400
Bad Request
401
Unauthorized
500
Server Error
get
/api/v1/DrugLast updated