Apache OFBiz · JSON Structure

Apache Ofbiz Refresh Request Structure

Request body for token refresh.

Type: object Properties: 1 Required: 1
ERPCRME-CommerceBusiness ApplicationsApacheJavaOpen SourceSupply Chain

RefreshRequest is a JSON Structure definition published by Apache OFBiz, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

refresh_token

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/apache-ofbiz/refs/heads/main/json-structure/apache-ofbiz-refresh-request-structure.json",
  "name": "RefreshRequest",
  "description": "Request body for token refresh.",
  "type": "object",
  "properties": {
    "refresh_token": {
      "type": "string",
      "description": "The refresh token previously issued by /auth/token.",
      "example": "dGhpc19pc19hX3JlZnJlc2hfdG9rZW4"
    }
  },
  "required": [
    "refresh_token"
  ]
}