create_login
Authenticate with the Radarr server by creating a login session using credentials and an optional return URL.
Instructions
Create Authentication.
POST /login
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects. return_url: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| return_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |