Pinwheel · Schema

RevokeAPIKeyResponse

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

revokeapikeyresponse.json Raw ↑
{
  "properties": {
    "data": {
      "$ref": "#/components/schemas/RevokeAPIKeyResponseData"
    }
  },
  "type": "object",
  "required": [
    "data"
  ],
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/RevokeAPIKeyResponse.json",
  "title": "RevokeAPIKeyResponse"
}