Authentication
The Flow Fitness API uses Bearer Tokens for authentication. All API requests must include an Authorization header with your secret API key.
You can manage your API keys in the developer dashboard (not available in this demo).
Example Header
Authorization: Bearer sk_your_secret_key_here
Requests made without authentication will fail with a 401 Unauthorized
error.