Procurify · Example Payload

Get Api Public V1 Payments

public

Get Api Public V1 Payments 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/public/v1/payments/",
  "method": "GET",
  "operationId": "public_v1_payments_list",
  "summary": "List Payments",
  "tags": [
    "public"
  ]
}