get_customer_data
Retrieve customer data from VanMoof API to access bike details, rider cities, preferences, and weekly ride information for authenticated users.
Instructions
Retrieves customer data from the vanMoof API.
Returns:
The rider vanMoof's customer data if authentication is successful, otherwise None.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}