GET
/
api
/
v1
/
prescriptions
/
quantity_units
curl --request GET \
  --url https://api.byblend.com/api/v1/prescriptions/quantity_units \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "C28253",
    "name": "Milligram"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response with an array of quantity unit id and name values.

The response is of type object[].