Mindbody · Schema

IssueRequest

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

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Username string The staff member’s username.
Password string The staff member’s password.
View JSON Schema on GitHub

JSON Schema

public-api-v6-issue-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-issue-request-schema.json",
  "title": "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"
    }
  }
}