Vendors
Get all vendors
Retrieves all vendors for the authenticated user's organization, ordered by creation date descending. Each vendor includes its associated project IDs and the reviewer's full name.
get/vendors
Response
Vendors retrieved successfully
Example response
{
"message": "OK",
"data": [
{
"id": 42,
"vendor_name": "Acme Corp",
"vendor_provides": "Cloud hosting services",
"assignee": 5,
"website": "https://acme.example.com",
"vendor_contact_person": "Jane Doe",
"reviewer_name": "John Smith"
}
]
}