mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-24 13:09:08 +00:00
22 lines
336 B
JSON
22 lines
336 B
JSON
{
|
|
"name": "customE2eCredential",
|
|
"displayName": "Custom E2E Credential",
|
|
"properties": [
|
|
{
|
|
"displayName": "API Key",
|
|
"name": "apiKey",
|
|
"type": "string",
|
|
"default": "",
|
|
"required": false
|
|
}
|
|
],
|
|
"authenticate": {
|
|
"type": "generic",
|
|
"properties": {
|
|
"qs": {
|
|
"auth": "={{$credentials.apiKey}}"
|
|
}
|
|
}
|
|
}
|
|
}
|