Introduction
Let's discover eCore Service API in less than 5 minutes.
Getting Started
Get started by requesting an API key.
Or try eCore Service API immediately with the API Playground (use password: EluuEz0J).
Generate a new API key
Generate a new API key using the eCore Service Developer Portal.
The API key will automatically be added to your account after you complete the registration:
curl -X POST "https://developer.ecoreservice.com/api/register" -d '{"email": "your-email@example.com"}'
You can run this command in your terminal, Command Prompt, or any HTTP client like Postman. Ensure you replace your-email@example.com with your actual email.
The command registers your account and returns an API key for accessing eCore Service endpoints.
Start your API
Test your API key with a sample request:
curl -X GET "https://api.ecoreservice.com/v1/products" -H "Authorization: Bearer YOUR_API_KEY"
Replace YOUR_API_KEY with the key obtained from the eCore Service Developer Portal.
This command queries the eCore Service API and returns a JSON response with eco-friendly product data, ready for you to explore in the API Playground (password: EluuEz0J).
Open the API playground in your browser, enter the password EluuEz0J, paste your API key, and make a sample request: the API responds instantly and displays your results.