Authorization
To use the easycart API, you need to authenticate your requests using an API token.
Getting Your API Token
- Go to https://cart.easy.tools/creator/store-settings/developer
- Generate a new API token
- Copy and securely store your token
Using the API
Base URL
All API requests should be made to:
https://cart.easy.tools/api/v1
Authentication
Include your API token in the Authorization header using Bearer authentication:
Authorization: Bearer YOUR_API_TOKEN
Example Request
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
https://cart.easy.tools/api/v1/endpoint