API Authentication
To ensure the security of your data, all interactions with the Tidyflow API require authentication. This section will guide you through obtaining and using an authentication token. Obtaining Your Token To access the API, you'll need an API token, which acts as a bearer token during authentication. Here’s how you can obtain your token: Log in to your Tidyflow dashboard. Navigate to your Settings. Click on the 'API Tokens' section. Generate your new API token. Remember to keep ySome readersAPI Overview
Welcome to the Tidyflow API documentation. Our RESTful API allows seamless integration with our platform, providing access to a suite of features for efficient practice management, including client and project management, task tracking, and more. Base URL The base URL for all API endpoints is: <https://app.tidyflow.com/api/v1/> Authentication All API requests require authentication. We utilize token-based authentication (Bearer token) to protect your data. Include your token in theSome readers