Eva Excelsior API

RESTful API for integrating Eva Excelsior platform with your applications

API Overview

The Eva Excelsior API allows you to programmatically access and integrate with our platform. Use our API to manage products, auctions, orders, trade finance applications, shipments, and compliance data.

REST
RESTful architecture
JSON
Data format
OAuth 2.0
Authentication

Authentication

All API requests require authentication using Bearer tokens. Include your API token in the Authorization header.

curl https://api.evaexcelsior.com/v1/products \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json"

API Endpoints

Products API

GET /api/v1/products
List products
GET /api/v1/products/:id
Get product
POST /api/v1/products
Create product
PUT /api/v1/products/:id
Update product

Orders API

GET /api/v1/orders
List orders
GET /api/v1/orders/:id
Get order
POST /api/v1/orders
Create order

Trade Finance API

GET /api/v1/tradefinance/lc
List LCs
POST /api/v1/tradefinance/lc
Apply for LC

Rate Limits

API requests are limited to 1000 requests per hour per API key.

Contact support for increased rate limits for enterprise customers.

Need API Access?

Contact our team to get API credentials and start integrating with Eva Excelsior.

Request API Access