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.

Projects [GET]

Return a list of accessible projects for the given vault.

GET /api/v1/vaults/$VAULT_ID/projects


Example:

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


Returns:

[
  {
    "name": "Super User Private Stuff",
    "id": 3870925
  },
  {
    "name": "McKerrow Vault",
    "id": 938429932
  }
]