Starship Rewards API
Getting Started

Getting Started

Orient yourself — what Starship is, who the API is for, and the shortest path from zero to your first delivered voucher

Getting Started

This section is designed for a specific reader: a backend engineer who just got API credentials and needs to understand enough to integrate correctly in a single afternoon. If that's you, read the five pages in this section in order. By the end you will have:

  • A mental model for how Starship fulfills orders (synchronously from cache, or async via admin-gated vendor fallback)
  • A live curl placing an order against the sandbox
  • A plan for your sandbox-to-production promotion

Read these, in order

#PageWhat you'll learn
1IntroductionWhat Starship is, who uses it, what the API can and can't do
2Integration JourneyVisual roadmap of the 4 stages every integration goes through
3Quickstart5 minutes: authenticate → list products → quote → order → retrieve vouchers
4EnvironmentsSandbox vs. production hosts, IP whitelisting, credentials per env
5Versioning & StabilityWhat's guaranteed to stay stable, how we announce breaking changes

Already oriented? Skip ahead

Or jump straight to an endpoint group: Products, Orders, Wallets, Payouts, Webhooks.