get_rider_preferences
Retrieve rider preferences from VanMoof API to access personalized bike settings and configuration data for enhanced riding experience.
Instructions
Retrieves rider preferences from the vanMoof API.
Returns:
The rider preferences if authentication is successful, otherwise None.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}