Getting Started
Welcome to the easycart API documentation. This guide will help you get started integrating easycart into your applications.
Before you begin
To use the API, you'll need:
- An easycart account at cart.easy.tools
- An API token (covered 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: Bearer token
- Format: JSON request and response bodies
- REST principles: Standard HTTP methods (GET, POST, PUT, DELETE)
Ready? Continue with Authorization.