Pinwheel · Schema

object

PayrollDirect DepositIncome VerificationEmploymentTax FormsFintechOpen FinanceBill SwitchingFinancial Data

Properties

Name Type Description
username string Username or email of the Developer Dashboard user used to create an Admin API token.
password string Password of the Developer Dashboard user used to create an Admin API token.
View JSON Schema on GitHub

JSON Schema

createadmintokenrequest.json Raw ↑
{
  "properties": {
    "username": {
      "type": "string",
      "title": "username",
      "description": "Username or email of the Developer Dashboard user used to create an Admin API token."
    },
    "password": {
      "type": "string",
      "title": "password",
      "description": "Password of the Developer Dashboard user used to create an Admin API token."
    }
  },
  "type": "object",
  "required": [
    "username",
    "password"
  ],
  "title": "object",
  "x-tags": [
    "Schemas"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.pinwheelapi.com/CreateAdminTokenRequest.json"
}