API Reference

The current StashUp backend surface, summarized without a dead link.

This page gives technical visitors a working reference route while the product still has a small, focused API footprint.

WebhookSendOpen trackingReply tracking

Webhook endpoint

NanoCorp forwards successful checkout events to the application so the team can react server-side.

  • POST /api/webhooks/nanocorp
  • Accepts checkout.session.completed payloads from NanoCorp.
  • Designed for payment acknowledgement and internal logging.

Outreach endpoints

Outbound email operations currently rely on a small protected route set.

  • POST /api/outreach/send
  • POST /api/outreach/reply
  • GET /api/outreach/open/[trackingToken]

Expected next additions

A larger API reference can grow from this page as product scope increases.

  • Authentication model and request signing notes.
  • Example payloads for webhook and outreach operations.
  • Error semantics and rate-limiting guidance.