BigID API/Best Practices

From BigID Developer Portal

Before you start developing, there's some things you should keep in mind.


Start with the data you need

When developing an integration, first write down what data you need. There's a lot of data inside of our API and it's easiest to search for something when you know what you're looking for. Once you have your list of what you need for your integration, search the Docs for an API that provides that data.

Every API has a reference example - The UI

The API powers our UI as well as your integrations. That means anything you can see within the UI is accessible to you programmatically. If you're struggling to find a piece of information in the API documentation, find it in the user interface. The network activity of that page will give you the API endpoint you're looking for. See how to examine network activity [1].