ItsaCheckmate · JSON Structure

Marketplace Api Token Info Structure

Introspection details for the current access token.

Type: object Properties: 4
RestaurantPoint Of SaleOnline OrderingDeliveryMenusOrdersIntegration

TokenInfo is a JSON Structure definition published by ItsaCheckmate, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

resource_owner_id scope expires_in created_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/itsacheckmate/refs/heads/main/json-structure/marketplace-api-token-info-structure.json",
  "name": "TokenInfo",
  "description": "Introspection details for the current access token.",
  "type": "object",
  "properties": {
    "resource_owner_id": {
      "type": "string",
      "description": "Identifier of the location that owns the token."
    },
    "scope": {
      "type": "array",
      "description": "Granted scopes.",
      "items": {
        "type": "string"
      }
    },
    "expires_in": {
      "type": "int64",
      "description": "Seconds remaining before the access token expires."
    },
    "created_at": {
      "type": "int64",
      "description": "Unix epoch seconds when the token was created."
    }
  }
}