Argyle · Example Payload

Post Partners V2 Webhooks Request

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Post Partners V2 Webhooks Request is an example object payload from Argyle, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

eventsnameurlsecretconfig

Example Payload

Raw ↑
{
  "events": [
    "verifications.updated"
  ],
  "name": "name-for-the-webhook-subscription",
  "url": "https://your-webhook-backend.com",
  "secret": "optional-secret",
  "config": {
    "include_resource": true
  }
}