Getting Started
Welcome to the easycart API documentation! This guide will help you get started with integrating easycart into your applications.
Before You Begin
To use the easycart API, you'll need:
- An easycart account at cart.easy.tools
- An API token (we'll show you how to get one in the next section)
- Basic knowledge of REST APIs and HTTP requests
API Basics
- Base URL: All API requests are made to
https://cart.easy.tools/api/v1
- Authentication: Uses Bearer token authentication
- Format: JSON request and response bodies
- REST Principles: Standard HTTP methods (GET, POST, PUT, DELETE)
Ready to get started? Let's begin with setting up your API access.