Integrate ContextGate into your n8n workflows to access business data from Salesforce, QuickBooks, HubSpot, and 100+ other apps using HTTP requests.
💡 Your token can be found on the Install page in your workspace settings.
Customize which connections, tools, and datasets are available through the API. This allows you to:
On the Install page , you can manage your Active Toolbox:

In your n8n workflow:
POSThttps://api.contextgate.ai/v1/queryHeader AuthAuthorizationBearer YOUR_TOKEN_HERESet the body type to JSON and use one of these examples:
ContextGate returns data in this format:
Access the data in subsequent nodes using:
`$json.data` - Array of records `$json.total` - Total record count`$json.connection` - Connection name| Endpoint | Method | Purpose |
|---|---|---|
| /v1/query | POST | Query data from connected apps |
| /v1/connections | GET | List your active connections |
| /v1/resources | GET | List available datasets per connection |
Verify your bearer token is correct and includes "Bearer " prefix
Check the connection name and dataset name match your ContextGate setup
Verify your connection is active in ContextGate and try removing filters