Authentication
Authenticate to the Governance app or Request app API
Govern app API
curl \ --request GET \ --header "Content-Type: application/json" \ --header "Authorization: 846e9e43c86a4ct1be14290d95127d13f" \ https://your-immuta-url.immuta.com/data/connection/123456789
curl \ --request POST \ --header "Content-Type: application/json" \ https://your-immuta-url.immuta.com/bim/apikey/authenticate \ -d '{ "apikey": "YOUR_API_KEY" }'curl \ --request GET \ --header "Content-Type: application/json" \ --header "Authorization: Bearer dea464c07bd07300095caa8" \ https://demo.immuta.com/data/connection/123456789
Request app API
Generate a personal access token (PAT)
curl -L \ --url '{correct base path from above}/api/access-agreement' \ --header 'Authorization: Bearer <your-PAT>'
Last updated
Was this helpful?

