Pleo · Example Payload

Pleo Webhook Subscription Example

Expense ManagementCompany CardsSpend ManagementReimbursementsAccountingFinTechFinance

Pleo Webhook Subscription Example is an example object payload from Pleo, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcompanyIdurlstatuseventTypescustomHeadersendpointAuthenticationcreatedAtupdatedAt

Example Payload

Raw ↑
{
  "id": "sub-01HXYZ6666",
  "companyId": "cmp-01HXYZ1111",
  "url": "https://integrations.example.com/pleo/webhook",
  "status": "ACTIVE",
  "eventTypes": [
    "accounting_entry.ready",
    "accounting_entry.updated",
    "export_job.completed",
    "vendor.created"
  ],
  "customHeaders": {
    "X-Integration-Source": "example-erp"
  },
  "endpointAuthentication": {
    "type": "BEARER",
    "token": "••••••••"
  },
  "createdAt": "2026-01-10T08:00:00Z",
  "updatedAt": "2026-06-12T00:00:00Z"
}