login
Authenticate with username and password to obtain an access token for API authorization.
Instructions
Authenticate with username and password. Returns access token, optional refresh token, and token type. Use the access token in subsequent API requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | Password for authentication | |
| username | Yes | Username for authentication |