Learn: Difference between revisions

From BigID Developer Portal
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
BigID has [[BigID_Integration_Options|three main integration options]]: the BigID API, BigID Applications, and BigID Connectors.  
BigID has [[BigID_Integration_Options|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 [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].
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]


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.
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.


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]].
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]].

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.