E026: Get vendor detail
GET /api/vendors/:id
Returns a single vendor with the linked-contacts panel data. Triggered by clicking a vendor in the list.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No body.
Response — 200 OK
{ "vendor": Vendor, "contacts": [ ContactLink ] }
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such vendor. |
Workflow
Calls W026 Get vendor detail.