Mindbody · JSON Structure

Public Api V6 Issue Request Structure

Implementation of the 'IssueRequest' model. POST UserToken/Issue request

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

Username Password

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/mindbody/refs/heads/main/json-structure/public-api-v6-issue-request-structure.json",
  "name": "IssueRequest",
  "description": "Implementation of the 'IssueRequest' model. POST UserToken/Issue request",
  "type": "object",
  "properties": {
    "Username": {
      "type": "string",
      "description": "The staff member\u2019s username.",
      "example": "example-value"
    },
    "Password": {
      "type": "string",
      "description": "The staff member\u2019s password.",
      "example": "example-value"
    }
  }
}