BigID API: Difference between revisions

From BigID Developer Portal
 
(8 intermediate revisions by the same user not shown)
Line 44: Line 44:
<html>
<html>
<style>
<style>
.wantmore img {
.wantmore{
   width:20vw;
   font-size: 1em;
  text-align: center;
  padding: 2vh 0px;
  border: 1px solid rgba(255,255,255,.1);
  border-left: 0px;
  border-right: 0px;
}
}
</style>
</style>
<div class="wantmore">
<div class="wantmore">
 
Looking for more? Visit the <a href="https://api.bigid.com/">API Docs</a>
<img src="https://wiki-images.bigid.tools/cdn/information.svg"/>
</div>
</div>
</html>
</html>

Latest revision as of 13:44, 3 April 2022

Lets get started!

Learn how to use BigID programmatically through a series of tutorials going through commonly automated tasks.

About the API

BigID was designed as an open platform. Any action that can be performed in our UI can also be done programatically. This allows you to connect anything and everything to the data discovery capabilities of your BigID system. No matter your affiliation (or lack thereof) with BigID, the API is here and open for you to use.

Before developing, be sure to see our best practice guide to get started on the right path.

Configure BigID

Run Common Tasks

Synchronize Systems

Looking for more? Visit the API Docs