Skip to main content

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
Examples:
https://skycoach.gg/api/shop/marketplace
https://skycoach.gg/api/shop/marketplace/products/list

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).
For detailed route descriptions, see the API Reference at https://123-f571222f.mintlify.app/api-reference/, or jump directly to the token instructions.