SellerLegend API Endpoints
Number of APIs: 18
SellerLegend API endpoints for testing and documentation
-
Auth - Refresh Access Token POST {{SL_BASE_URL}}/oauth/token
-
Auth - Service Status GET {{SL_BASE_URL}}/api/service-status
-
User - User Details GET {{SL_BASE_URL}}/api/user/me
-
Auth - Authorization Code GET {{SL_BASE_URL}}/oauth/authorize?response_type=code&client_id={{SL_CLIENT_ID}}&redirect_uri={{SL_REDIRECT}}&state={{STATE}}&scope=*
-
Sales - Transactions GET {{SL_BASE_URL}}/api/sales/transactions?seller_id=<string>&marketplace_id=<string>&start_date=<yyyy-mm-dd hh:mm:ss>&end_date=<yyyy-mm-dd hh:mm:ss>&per_page=<integer>
-
User - Accounts List GET {{SL_BASE_URL}}/api/user/accounts
-
User - Connections List GET {{SL_BASE_URL}}/api/connections/list
-
Notifications - Notifications List GET {{SL_BASE_URL}}/api/notifications/list?notification_type=<string>
-
Reports - Request Report POST {{SL_BASE_URL}}/api/reports/request
-
Reports - Download Report GET {{SL_BASE_URL}}/api/reports/download?report_id=<integer>