Sign in

List credentials

documented

List credentials configured in the n8n instance. ([docs.n8n.io](https://docs.n8n.io/embed/managing-workflows/?utm_source=openai))

GET /credentialsCredentialsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$host}}/api/{{$version}}/credentials" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-N8N-API-KEY: {{N8N_API_KEY}}"
List credentials · n8n · OpenIntegrations