Primitive 01 / Endpoint card

Endpoint cards

REST endpoint cards — method chip, full path, summary, version label, auth method chip with signature popover, and a try-it CTA. Deprecated endpoints render with a hatched background and a tag.

Production answer

Endpoint cards is a reusable Oak Flats Muffler Men UI primitive with documented states, accessibility expectations, theme behavior, and implementation evidence.

Primary CTAReview Endpoint cards states
Generative search brief

Endpoint cards: REST endpoint cards — method chip, full path, summary, version label, auth method chip with signature popover, and a try-it CTA. Deprecated endpoints render with a hatched background and a tag.

GET/v1/quotes

List quotes for the authenticated workshop, paginated by cursor.

v1 stableBearer
Try it
POST/v1/quotes

Create a new quote attached to a vehicle registration and service code.

v1 stableBearer
Try it
GET/v1/parts/{sku}

Look up a single muffler part by SKU. Returns inventory and supersession metadata.

v1 stableAPI Key
Try it
PATCH/v1/bookings/{id}/status

Transition a workshop booking — accepted, in_progress, ready_for_pickup, completed.

v1 stableBearer
Try it
DELETE/v1/quotes/{id}

Void an outstanding quote that has not been converted to a booking.

v1 stableBearer
Try it
GET/v0/legacy/partsDeprecated

Legacy 2018 catalogue endpoint — retained for the old garage tablet image.

v0 legacyBasic
Try it