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
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.
Authentication
The best way to interact with our API is to use one of our official libraries:
# 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
Alternatively, you can use tokens to get access to the DrugDB APIs. Tokens allow short-term access to Drug API without exposing your secret API key. They are guaranteed to expire within 24 hours. The use of token authentication is required for accessing DrugDB APIs from browser-based applications.
Input your Bearer token in this format - Bearer {your token here} to access this WebApi
Success
Bad Request
Unauthorized
Server Error
Take a look at how you might call this method using our official libraries, or via: curl http://api.klinicly.net/api/v1
Last updated