$ ai-bro-store
200 OK v1 · production

GET /api/v1/welcome

Welcome to the API. This is a developer-first apparel store. Products are endpoints, carts are sessions, and checkout is the request you actually want to execute. Start with the catalog.

{
  "object": "api",
  "version": "v1",
  "status": "operational",
  "catalog": {
    "endpoint": "/api/v1/products",
    "sample": "apis-kpis-duis-t-shirt-funny-techie-devops-graphic-tee"
  }
}
GET /api/v1/products Authentication

curl -X GET https://shop.example.com/api/v1/welcome