Start Your Databunker Pro Trial 🚀
⚙️ Detailed installation instructions (≈ 20 minutes to a few hours, depending on how deep you want to explore the APIs):
1
2
3
4
5
6
7
8
|
# First, clone the Databunker Pro setup repository:
git clone https://github.com/securitybunker/databunkerpro-setup
# Change to one of the installation directories. For example, a Docker Compose project with a PostgreSQL db.
cd databunkerpro-setup/docker-compose-pgsql
# Generate random keys and an SSL certificate for communication with PostgreSQL
./generate-env-files.sh
# Start the service
./reload.sh
|
Open your browser and visit http://localhost:3000 to complete the setup.
You can use the following trial license code for an extended trial: demodemo.
Copy your Root Access Token from the UI and use it to create a sample user record:
Full API docs: https://securitybunker.github.io/databunkerpro-api/
1
2
3
|
curl -X POST http://localhost:3000/v2/UserCreate \
-H "X-Bunker-Token: API_KEY" \
-d '{"profile":{"email": "alice@example.com","card":"4532015112830366"}}'
|
👋 Stuck or want DPDPA setup help?
⚡ Book 15-Min Guided Setup (Free)