API reference
API Reference
The first reviewed public API operation catalog.
This catalog contains 11 public-only operations explicitly released by API CI: seven anonymous catalog reads and four API Key reads. Every route not listed here remains private.
- API source commit:
4462eead41a4d78941519a372344f286ba0895dc - OpenAPI SHA-256:
13555562db0a37bd50ca88d0b018fa59b01a1adb3e9bf1003be25fa5510c5dff - OpenAPI:
3.1.0
Anonymous catalog reads
GET /api/v1/catalog/categories— List public categoriesGET /api/v1/catalog/products— List the public product catalogGET /api/v1/catalog/products/{slug}— Get a public product by slugGET /api/v1/catalog/merchants/{slug}— Get a public store profileGET /api/v1/catalog/merchants/{slug}/products— List public products for a storeGET /api/v1/catalog/merchants/{slug}/categories— List public categories for a storeGET /api/v1/catalog/merchants/{merchantSlug}/products/{productSlug}— Get a public product for a store
API Key reads
GET /api/v1/open/identity— Get the current API Key identity and scopesGET /api/v1/open/catalog/categories— List public categories with an API KeyGET /api/v1/open/catalog/products— List public products with an API KeyGET /api/v1/open/catalog/products/{slug}— Get a public product with an API Key
Capabilities not published
OAuth, Turnstile, installation, and Webhook management are absent from this artifact, so this site generates no endpoints for them.
Automatic fulfillment providers
Implement payment-gated fulfillment with durable intents, unknown outcomes, reconciliation, and exactly-once business effects.
Errors, idempotency, and rate limits
Handle safe error envelopes, retries, idempotency conflicts, quotas, and challenges without guessing outcomes.