Procurify · Example Payload

Get Api V3 Vendors

vendors

Get Api V3 Vendors is an example object payload from Procurify, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodoperationIdsummarytags

Example Payload

Raw ↑
{
  "path": "/api/v3/vendors/",
  "method": "GET",
  "operationId": "vendors_list",
  "summary": "Get list of all active vendors",
  "tags": [
    "vendors"
  ]
}