SellerLegend API Endpoints

Number of APIs: 18

SellerLegend API endpoints for testing and documentation

  1. Auth - Refresh Access Token POST {{SL_BASE_URL}}/oauth/token

  2. Auth - Service Status GET {{SL_BASE_URL}}/api/service-status

  3. User - User Details GET {{SL_BASE_URL}}/api/user/me

  4. Auth - Authorization Code GET {{SL_BASE_URL}}/oauth/authorize?response_type=code&client_id={{SL_CLIENT_ID}}&redirect_uri={{SL_REDIRECT}}&state={{STATE}}&scope=*

  5. 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>

  6. User - Accounts List GET {{SL_BASE_URL}}/api/user/accounts

  7. User - Connections List GET {{SL_BASE_URL}}/api/connections/list

  8. Notifications - Notifications List GET {{SL_BASE_URL}}/api/notifications/list?notification_type=<string>

  9. Reports - Request Report POST {{SL_BASE_URL}}/api/reports/request

  10. Reports - Download Report GET {{SL_BASE_URL}}/api/reports/download?report_id=<integer>