ANABOX smart
API ReferenceMedications
POST
/medications/
x-api-key<token>

API key for authentication

In: header

name?string

The name of the medication

organization?string

A valid MongoDB ObjectId

meta?unknown
date?string
Formatdate-time

Response Body

application/json

curl -X POST "https://api.memo.wirewire.de/v1/medications/" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "name": "string",
  "organization": "string",
  "meta": {
    "property1": null,
    "property2": null
  },
  "date": "2019-08-24T14:15:22Z"
}