Learn: Difference between revisions

From BigID Developer Portal
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
In this article, you'll learn:
BigID has [[BigID_Integration_Options|three main integration options]]: the BigID API, BigID Applications, and BigID Connectors.
* What BigID integration options are available
* When would you use a BigID integration option
* Where to go to get educational materials on each option


If you just want to integrate with BigID programmatically, the API is the fastest way to get started. You can browse a listing of our APIs at https://docs.bigid.com/ or [https://app.getpostman.com/run-collection/17452626-db6c0ace-6d6b-4c18-8528-2039083bb529?action=collection%2Ffork&collection-url=entityId%3D17452626-db6c0ace-6d6b-4c18-8528-2039083bb529%26entityType%3Dcollection%26workspaceId%3Df3db37a2-7b7c-499d-827a-3603d9ccff0d|try them out using our sandbox environment in Postman]. We also have a tutorial on how to get up and running [https://developer.bigid.com/wiki/BigID_API/Tutorial here]


With the BigID data intelligence platform, you can bring our data intelligence anywhere. Each of our three integration options is designed for a different use case.  
If you're interested in adding functionality to the BigID product, creating a BigID App is the way to go. In the BigID AppDev class you'll learn to go from nothing to a fully functional app in just two days. Learn more about the class and how to sign up on the [[Apps/AppDev_Classes|AppDev Classes]] page.


== BigID API ==
If you want to scan an external system, you'll want to create a connector. The why and how behind connectors is located [[Connectors|on our connectors page]].
The BigID API allows you to do anything you can do through the BigID UI programmatically. That could be adding data sources, running DSAR requests from an external privacy portal, or even extracting insights to a data science tool like Tableau or R Studio.

Latest revision as of 16:19, 18 October 2021

BigID has three main integration options: the BigID API, BigID Applications, and BigID Connectors.

If you just want to integrate with BigID programmatically, the API is the fastest way to get started. You can browse a listing of our APIs at https://docs.bigid.com/ or them out using our sandbox environment in Postman. We also have a tutorial on how to get up and running here

If you're interested in adding functionality to the BigID product, creating a BigID App is the way to go. In the BigID AppDev class you'll learn to go from nothing to a fully functional app in just two days. Learn more about the class and how to sign up on the AppDev Classes page.

If you want to scan an external system, you'll want to create a connector. The why and how behind connectors is located on our connectors page.