Mindbody · Arazzo Workflow

Mindbody Staff Schedule Lookup

Version 1.0.0

Look up a staff member and retrieve their booked appointments for a date range.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhookArazzoWorkflows

Provider

mindbody

Workflows

staff-schedule-lookup
Resolve staff members and retrieve a provider's appointment schedule.
Lists the staff at the site and then retrieves the appointments booked for a specified staff member over the requested date range.
2 steps inputs: apiKey, authorization, endDate, siteId, staffId, startDate outputs: appointments, staffMembers
1
listStaff
Retrieve the staff members at the site to confirm the provider exists before pulling their schedule.
2
listStaffAppointments
Retrieve the appointments booked for the specified staff member across the requested date range.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Mindbody Staff Schedule Lookup
  summary: Look up a staff member and retrieve their booked appointments for a date range.
  description: >-
    A scheduling visibility flow for studio managers. The workflow lists the
    staff members at a site, then pulls the appointments booked for the
    selected staff member across a date range so a manager can review the
    provider's upcoming schedule. Every step inlines the Mindbody API-Key,
    SiteId, and staff authorization headers so the flow can be read and
    executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: appointmentApi
  url: ../openapi/mindbody-appointment-api-openapi.yml
  type: openapi
- name: staffApi
  url: ../openapi/mindbody-staff-api-openapi.yml
  type: openapi
workflows:
- workflowId: staff-schedule-lookup
  summary: Resolve staff members and retrieve a provider's appointment schedule.
  description: >-
    Lists the staff at the site and then retrieves the appointments booked for
    a specified staff member over the requested date range.
  inputs:
    type: object
    required:
    - apiKey
    - siteId
    - staffId
    properties:
      apiKey:
        type: string
        description: The Mindbody-issued API key sent in the API-Key header.
      siteId:
        type: string
        description: The ID of the site from which to pull data.
      authorization:
        type: string
        description: A staff user authorization (OAuth bearer) token.
      staffId:
        type: integer
        description: The ID of the staff member whose appointments are retrieved.
      startDate:
        type: string
        description: The start date of the appointment schedule lookup.
      endDate:
        type: string
        description: The end date of the appointment schedule lookup.
  steps:
  - stepId: listStaff
    description: >-
      Retrieve the staff members at the site to confirm the provider exists
      before pulling their schedule.
    operationId: getStaff
    parameters:
    - name: version
      in: path
      value: '6'
    - name: API-Key
      in: header
      value: $inputs.apiKey
    - name: siteId
      in: header
      value: $inputs.siteId
    - name: authorization
      in: header
      value: $inputs.authorization
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      staffMembers: $response.body#/StaffMembers
  - stepId: listStaffAppointments
    description: >-
      Retrieve the appointments booked for the specified staff member across
      the requested date range.
    operationId: getStaffAppointments
    parameters:
    - name: version
      in: path
      value: '6'
    - name: API-Key
      in: header
      value: $inputs.apiKey
    - name: siteId
      in: header
      value: $inputs.siteId
    - name: authorization
      in: header
      value: $inputs.authorization
    - name: request.staffIds
      in: query
      value: $inputs.staffId
    - name: request.startDate
      in: query
      value: $inputs.startDate
    - name: request.endDate
      in: query
      value: $inputs.endDate
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      appointments: $response.body#/Appointments
  outputs:
    staffMembers: $steps.listStaff.outputs.staffMembers
    appointments: $steps.listStaffAppointments.outputs.appointments

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/mindbody-staff-schedule-lookup-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.