n8n-login
Obtain a session cookie from n8n by authenticating with email and password, enabling access to REST API endpoints not covered by the Public API.
Instructions
Login to n8n using email/password. Returns session cookie for REST API operations (e.g., list-credentials). Required because some endpoints are not available in Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | n8n user email | ||
| clientId | Yes | Client ID from init-n8n | |
| password | Yes | n8n user password |