Skip to content

Introduction

TrustView API lets you connect TrustView to your existing apps and systems -- whether that's a contract management tool like PocketLaw, a project tracker like Jira, or your own internal software.

What you can do

With the API you can programmatically manage:

  • Vendors -- create, update, list, and remove vendors in Smart Inventory
  • Assets -- manage your asset register
  • Processes (ROPA) -- maintain your Record of Processing Activities
  • Tasks -- create and track compliance tasks across frameworks

Base URL

All API requests go to:

https://nightly.api.trustview.eu/external

Quick start

  1. Navigate to My organization > API keys tab in the TrustView app to generate your API key API key shown once in the TrustView dashboard Copy and save your API key
  2. You receive a key starting with tvw_sk_live_ -- save it, it's only shown once Your API key starting with tvw_sk_live_
  3. Include it in every request as an X-API-Key header
  4. Start making calls
curl -X GET https://nightly.api.trustview.eu/external/smart-inventory/vendor/list \
  -H "X-API-Key: tvw_sk_live_your_key_here"

Good to know

  • All requests and responses use JSON
  • The company is identified automatically from your API key -- no need to pass a company ID
  • Every action made through the API is tracked in audit logs under the integration user tied to your key