Agave · Example Payload

Unified Api Vendor Example

AccountingConstructionIntegration

Unified Api Vendor Example is an example object payload from Agave, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameemailphoneaddresstax_idstatus

Example Payload

Raw ↑
{
  "id": "500123",
  "name": "Example Name",
  "email": "admin@example.com",
  "phone": "example_value",
  "address": "example_value",
  "tax_id": "500123",
  "status": "active"
}