Argyle · Schema

CreateUserTokenResponse

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Properties

Name Type Description
user_token string The generated user token.
View JSON Schema on GitHub

JSON Schema

createusertokenresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argyle/refs/heads/main/json-schema/createusertokenresponse.json",
  "title": "CreateUserTokenResponse",
  "type": "object",
  "properties": {
    "user_token": {
      "type": "string",
      "description": "The generated user token."
    }
  }
}