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
/eventsGET
/events/:eventIdPOST
/checkout/reserveGET
/checkout/order-status/:orderIdRequests without a valid key are rejected by App Check before routing, so a missing key and an unknown path return the same error.