Pinwheel · Example Payload

List_Keys_V1_Admin_Api_Keys_Get Response 200

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

List_Keys_V1_Admin_Api_Keys_Get Response 200 is an example object payload from Pinwheel, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metadata

Example Payload

Raw ↑
{
  "meta": {
    "count": 0,
    "next_cursor": "string"
  },
  "data": [
    {
      "key": "string",
      "expires_at": "2024-01-15T10:30:00Z",
      "created_at": "2024-01-15T10:30:00Z",
      "last_used_at": "2024-01-15",
      "is_active": true,
      "revoked_at": "2024-01-15T10:30:00Z"
    }
  ]
}