Tapped

API gateway

This host serves the developer API. There is nothing to browse here — every path below the root expects an API key.

Authentication

Send your key as a bearer token: Authorization: Bearer tapped_sk_…

Sample endpoints

GET/events
GET/events/:eventId
POST/checkout/reserve
GET/checkout/order-status/:orderId

Requests without a valid key are rejected by App Check before routing, so a missing key and an unknown path return the same error.