Create: Difference between revisions
From BigID Developer Portal
(Created page with "BigID has three main integration options: the BigID API, BigID Applications, and BigID Connectors. If you just want to integrate with BigID pro...") |
No edit summary |
||
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. | 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 try them out using our sandbox environment at <html><div class="postman-run-button" | ||
data-postman-action="collection/fork" | |||
data-postman-var-1="17452626-db6c0ace-6d6b-4c18-8528-2039083bb529" | |||
data-postman-collection-url="entityId=17452626-db6c0ace-6d6b-4c18-8528-2039083bb529&entityType=collection&workspaceId=f3db37a2-7b7c-499d-827a-3603d9ccff0d" | |||
data-postman-param="env%5BApplication%20Sandbox%5D=W3sia2V5IjoiYmFzZS11cmwiLCJ2YWx1ZSI6Imh0dHBzOi8vc2FuZGJveC5teWJpZ2lkLmNvbSIsImVuYWJsZWQiOnRydWV9LHsia2V5IjoidXNlcm5hbWUiLCJ2YWx1ZSI6ImJpZ2lkIiwiZW5hYmxlZCI6dHJ1ZX0seyJrZXkiOiJwYXNzd29yZCIsInZhbHVlIjoiYmlnaWQxMTEiLCJlbmFibGVkIjp0cnVlfSx7ImtleSI6InRva2VuIiwidmFsdWUiOiIiLCJlbmFibGVkIjp0cnVlfV0="></div> | |||
<script type="text/javascript"> | |||
(function (p,o,s,t,m,a,n) { | |||
!p[s] && (p[s] = function () { (p[t] || (p[t] = [])).push(arguments); }); | |||
!o.getElementById(s+t) && o.getElementsByTagName("head")[0].appendChild(( | |||
(n = o.createElement("script")), | |||
(n.id = s+t), (n.async = 1), (n.src = m), n | |||
)); | |||
}(window, document, "_pm", "PostmanRunObject", "https://run.pstmn.io/button.js")); | |||
</script></html> |
Revision as of 21:36, 9 September 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 try them out using our sandbox environment at