Skip to content
  • There are no suggestions because the search field is empty.

Get Drugs

Returns a list of drugs

image-png-Mar-22-2024-01-25-37-4158-PM /drugs

https://api.oauth.pabau.com/{api_key}/drugs

 

Request

 

 

Response sample

application/json

{
   "status":true,
 "total":4,
   "drugs":[
      {
       "id":1,
       "drug_name":"Drug 1"
      },
      {
       "id":2,
       "drug_name":"Drug 2"
      },
      {
       "id":3,
       "drug_name":"Drug 3"
      },
      {
       "id":4,
       "drug_name":"Drug 4"
      }
   ]
}