Elimapi Docs

Elimapi System Configuration

1. Endpoint Information

Single Base URL for Production Environment:

https://openapi.elim.asia

Technical Specifications:

  • Request method: POST for all API endpoints
  • Required header: Content-Type: application/json
  • Requires Bearer Token authentication

2. Supported Platforms

Elimapi currently integrates with the following e-commerce platforms:

PlatformStatusNotes
Taobaoβœ… ActiveFull API support
1688βœ… ActiveFull API support

3. API Testing Tools

We recommend using the following tools to test APIs:

a. Postman

Download Postman

Sample Configuration:

  1. Create a new request
  2. Select POST method
  3. Add headers:
    Content-Type: application/json
    Authorization: Bearer {your_access_token}
    

b. Insomnia

Download Insomnia

Usage Tips:

  • Save requests as a collection for easy management
  • Use environment variables for base URL and token

4. Important Notes

1. Always ensure:

  • Use HTTPS for all requests
  • Keep access tokens secure
  • Implement proper error handling

2. Request Limits:

  • Maximum 60 requests/minute
  • Request body size ≀ 1MB

3. Technical Support: