Mindbody · JSON Structure

Public Api V6 Get Activation Code Response Structure

Implementation of the 'GetActivationCodeResponse' model.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

GetActivationCodeResponse 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

ActivationCode ActivationLink

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-get-activation-code-response-structure.json",
  "name": "GetActivationCodeResponse",
  "description": "Implementation of the 'GetActivationCodeResponse' model.",
  "type": "object",
  "properties": {
    "ActivationCode": {
      "type": "string",
      "description": "An activation code used to provide access to a site\u2019s business data through MINDBODY.",
      "example": "example-value"
    },
    "ActivationLink": {
      "type": "string",
      "description": "A link to the Manage Credentials screen.",
      "example": "example-value"
    }
  }
}