@avantguardllc/n8n-nodes-inforcer
v0.1.1
Published
n8n node for Inforcer
Maintainers
Readme
Inforcer n8n Node
The inforcer REST API, currently in beta, provides structured, programmatic access to data across the inforcer platform. Currently scoped to a focused set of read-only endpoints to support automation, reporting, and integration use cases. Base URL When making requests, start with one of our Base URLs. The Base URL depends on the region-specific inforcer environment you're registered in: https://api-anz.inforcer.com/api https://api-eu.inforcer.com/api https://api-uk.inforcer.com/api https://api-us.inforcer.com/api
Table of Contents
Installation
Follow the n8n community node installation guide.
Or install directly via npm:
npm install @avantguardllc/n8n-nodes-inforcerAuthentication
This node authenticates using an API Key.
| Setting | Value |
|---------|-------|
| Type | API Key |
| Sent in | header |
| Header / Query name | Inf-Api-Key |
| Base URL | https://api-us.inforcer.com/api (editable in credentials) |
Tip: The Base URL can be changed in the credential settings if your instance uses a different host.
Resources & Operations
Base URL: https://api-us.inforcer.com/api
Tenants
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /beta/tenants | List tenants |
| 🔵 GET | /beta/tenants/{id}/policies | List tenant policies |
Alignment
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /beta/alignmentScores | List alignment scores |
Baselines
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /beta/baselines | List baselines |
Compatibility
- n8n version: 1.0+ (tested on 2.x)
- Node.js version: 18+
