Headless BigID: Difference between revisions

From BigID Developer Portal
No edit summary
No edit summary
Line 13: Line 13:
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 600px) {
   header {
   header {
     flex-direction: column
     flex-direction: column-reverse;
   }
   }
   .head { width:100%; max-width:100%;}
   .head { width:100%; max-width:100%;}

Revision as of 18:55, 27 October 2021

Follow along with me! Nothing scary here!

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.

Start Building