Skip to main content
Version: v1.0.0(int)

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

HTTPcodeCondition
404not_foundNo such vendor.

Workflow

Calls W026 Get vendor detail.