Procurify · Example Payload

Get Api V2 Currencies

currencies

Get Api V2 Currencies 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/v2/currencies/",
  "method": "GET",
  "operationId": "currencies_list",
  "summary": "Get Active/Inactive Currencies",
  "tags": [
    "currencies"
  ]
}