Postman Collection
Import docs/postman/Dralvia_Public_API.postman_collection.json into Postman (or Hoppscotch/Insomnia). The collection contains:
- links and websites Scan:
POST /scanwith a placeholder EvidencePack (Dralvia's exportable evidence report) toggle. - SWG Evaluate: workspace Web Access Protection evaluate request plus a saved example for a blocked social site.
- Adaptive Shadow Render: workspace adaptive shadow-browsing request with two selectors.
- Email Protect:
POST /email/protectcovering safe-link rewriting + attachment detonation metadata.
Environment variables
| Variable | Description |
|---|---|
baseUrl | Base URL of your deployment (e.g., https://dralvia.tech/api/tenant). |
apiKey | Workspace API key (preferred: Authorization: Api-Key …; legacy: X-API-KEY). |
sessionToken | Optional signed-in browser session token for approved interactive testing. Workspace API keys are preferred for automation. |
The collection injects these variables automatically so the raw JSON remains portable to CI/CD (Newman, Postman CLI, etc.). Keep the file under version control to prove exactly which endpoints were exercised during readiness reviews.