Mindbody · Schema

GetActivationCodeResponse

Implementation of the 'GetActivationCodeResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
ActivationCode string An activation code used to provide access to a site’s business data through MINDBODY.
ActivationLink string A link to the Manage Credentials screen.
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-activation-code-response-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-get-activation-code-response-schema.json",
  "title": "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"
    }
  }
}