Authentication
Create an API key
Call the API using your key
# For a self-hosted n8n instance <a href="#for-a-self-hosted-n8n-instance" id="for-a-self-hosted-n8n-instance"></a>
curl -X 'GET' \
'<N8N_HOST>:<N8N_PORT>/<N8N_PATH>/api/v<version-number>/workflows?active=true' \
-H 'accept: application/json' \
-H 'X-N8N-API-KEY: <your-api-key>'
# For n8n Cloud <a href="#for-n8n-cloud" id="for-n8n-cloud"></a>
curl -X 'GET' \
'<your-cloud-instance>/api/v<version-number>/workflows?active=true' \
-H 'accept: application/json' \
-H 'X-N8N-API-KEY: <your-api-key>'Node configuration
Delete an API key
API Scopes
Community package scopes
Scope
Description
Credential scopes
Scope
Description
Data table scopes
Scope
Description
Data table column scopes
Scope
Description
Data table row scopes
Scope
Description
Execution scopes
Scope
Description
Execution tags scopes
Scope
Description
Folder scopes
Scope
Description
Insights scopes
Scope
Description
Project scopes
Scope
Description
Security audit scopes
Scope
Description
Source control scopes
Scope
Description
Tag scopes
Scope
Description
User scopes
Scope
Description
Variable scopes
Scope
Description
Workflow scopes
Scope
Description
Workflow tags scopes
Scope
Description
Last updated
Was this helpful?