SkyCoach API
Home / Get API Token Minimal starting point for Marketplace API integrations.Base route
- Base domain:
https://skycoach.gg - Marketplace root:
https://skycoach.gg/api/shop/marketplace
Quick start
Follow the token guide to issue and store your bearer secret, then use these core endpoints:- To retrieve the list of available products for creating offers:
GET /api/shop/marketplace/products/list(API reference). - To get a list of your existing offers:
GET /api/shop/marketplace/offers/my(API reference). - To create a new offer or update an existing one for a specific product:
POST /api/shop/marketplace/offers/{productId}/manage(API reference). - To retrieve offer credentials (login(s) and password(s)):
GET /api/shop/marketplace/offers/{offerId}/credentials(API reference).