Introduction to the Platform REST APIs
The Privitar Data Security Platform uses Representational State Transfer (REST) APIs to manage assets.
The APIs use Hypertext Transfer Protocol Secure (HTTPS) to perform Create, Retrieve, Update, and Delete (CRUD) operations through the following methods:
POST
(Create)GET
(Retrieve)PUT
(Update)DELETE