Search
Assessment Manager External API Guide
This guides provides a quick and concise reference on TrustArc’s Assessment Manager API Integration, which allows you to interact with our system programmatically from your own application. The API attempts to conform to the RESTful design principles. You interact with the resources exposed via the API by accessing resource collection and element URLs using the HTTP verbs (GET, POST, PUT, PATCH, and DELETE). It details functions, classes, return types, and more.
This guide describes the API that allows companies to create assessments externally. It identif...
In order to retrieve a token to be used in accessing APIs, you will need to use the token endpo...
In order to use the create assessment API, you will need to pass the access token along with th...
1. Open an API platform such as Postman or Swagger.2. From the URL field, enter the environment...
OverviewThis guide explains how to create a new Assessment in TrustArc using the Assessment Man...
Conditionerror messageInvalid State provided.Valid States are OPEN and SURVEY only.Assessment S...