TrueVault Safe REST API

TrueVault Safe is a REST API and secure datastore for sensitive personal data. Resources include Users, Groups (with policy-based Access Grid permissions), Vaults, BLOBs, Documents, Schemas, Search (full-text and geospatial), Messaging (Email and SMS), Password Reset Flows, and Scoped Access Tokens. Requests are authenticated with an API key or user access token via HTTP Basic; responses are JSON envelopes carrying result and transaction_id. Base URL https://api.truevault.com/v1.

API entry from apis.yml

apis.yml Raw ↑
aid: truevault:truevault-safe-api
name: TrueVault Safe REST API
humanURL: https://docs.truevault.com/
baseURL: https://api.truevault.com/v1
tags:
- Data Storage
- Security
- HIPAA
- Users
- Documents
- Search
properties:
- url: https://docs.truevault.com/
  type: Documentation
- url: https://docs.truevault.com/
  type: APIReference
- url: https://docs.truevault.com/Overview.html
  type: GettingStarted
- url: authentication/truevault-authentication.yml
  type: Authentication
- url: conventions/truevault-conventions.yml
  type: Conventions
- url: errors/truevault-problem-types.yml
  type: ErrorCatalog
description: TrueVault Safe is a REST API and secure datastore for sensitive personal data. Resources
  include Users, Groups (with policy-based Access Grid permissions), Vaults, BLOBs, Documents, Schemas,
  Search (full-text and geospatial), Messaging (Email and SMS), Password Reset Flows, and Scoped Access
  Tokens. Requests are authenticated with an API key or user access token via HTTP Basic; responses are
  JSON envelopes carrying result and transaction_id. Base URL https://api.truevault.com/v1.