VTEX · Schema

TokenResponse

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
authenticated boolean
created string
expiration string
accessToken string
message string
View JSON Schema on GitHub

JSON Schema

vtex-tokenresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TokenResponse",
  "title": "TokenResponse",
  "type": "object",
  "properties": {
    "authenticated": {
      "type": "boolean"
    },
    "created": {
      "type": "string"
    },
    "expiration": {
      "type": "string"
    },
    "accessToken": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}