Skip to main content

Authorization

To use the easycart API, you need to authenticate your requests using an API token.

Getting Your API Token

  1. Go to https://cart.easy.tools/creator/store-settings/developer
  2. Generate a new API token
  3. 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