Information submitted through the support site is private but is not hosted within your secure CDD Vault. Please do not include sensitive intellectual property in your support requests.

Vaults [GET]

Return a list of accessible vaults.

GET /api/v1/vaults


Example:

curl -H "X-CDD-Token: $TOKEN" https://app.collaborativedrug.com/api/v1/vaults


Returns:

[
  {
    "name": "McKerrow Vault",
    "id": 489978881
  }
]