Pinwheel · Schema

CreateAPIKeyResponse

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

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