Authentication process. Return auth token info (TokenEntity)
Accepts AdminLoginEntity data as body of request.
Throws BadRequest error in case invalid data was provided with detailed errors per field.
You can use either user password or API User Key for authentication:
- "password": "" - traditional password authentication (requires 2FA and IP verification if enabled)
- "password": "api_user_key_..." - API User Key authentication (bypasses IP verification)
API User Keys can be generated in Settings > API User Keys section.
They are more secure as they allow separate keys per application and don't require sharing your password.
Return Description: Response data