mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 22:12:26 -05:00
16 lines
No EOL
355 B
JSON
16 lines
No EOL
355 B
JSON
{
|
|
"name": "generateToken",
|
|
"method": "POST",
|
|
"endpoint": "/login/generateToken",
|
|
"description": "Generate authentication token using credentials.",
|
|
"parameters": [],
|
|
"requiresAuth": false,
|
|
"response": {
|
|
"type": "object",
|
|
"properties": {
|
|
"token": "string",
|
|
"token_type": "string",
|
|
"expires_in": "number"
|
|
}
|
|
}
|
|
} |