auth_login
Authenticate with Storno.ro API using email and password to obtain JWT tokens, enabling subsequent API calls without a preset token.
Instructions
Authenticate with the Storno.ro API using email and password. Returns JWT access and refresh tokens, and stores them in the session config for all subsequent requests. Must be called before any other tool if STORNO_TOKEN is not set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | User email address | ||
| password | Yes | User password |