Magicline API

  • Appointment, bookable appointment and slots operations
  • Redeem checkin vouchers
  • Class and slots operations
  • Cross studio operations
  • Get customers and contracts
  • Retrieve customer accounting details
  • Retrieve customer communication details
  • Get device information
  • Employee operations
  • Debt collection operations
  • Manage membership contracts
  • Membership operations
  • Get studio information
  • Get trial offers information
Download OpenAPI description
Languages
Servers
Demo tenant
https://open-api-demo.open-api.magicline.com/
Mock server
https://redocly.sportalliance.com/_mock/apis/magicline/openapi/openapi/

Appointments

Appointment, bookable appointment and slots operations

Operations

Checkin vouchers

Redeem checkin vouchers

Operations

Redeem checkin voucher

Request

Required Scopes: CHECKIN_VOUCHER_WRITE

Redeem checkin voucher

Bodyapplication/jsonrequired
voucherCodestringrequired

Voucher code to redeem

Example: "CHVB1-YL29-MYVA"
firstnamestringrequired

First name of the lead customer

Example: "Max"
lastnamestringrequired

Last name of the lead customer

Example: "Mustermann"
emailstringrequired

Email of the lead customer

Example: "example@email.com"
curl -i -X POST \
  https://open-api-demo.open-api.magicline.com/v1/checkin-vouchers/redeem \
  -H 'Content-Type: application/json' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE' \
  -d '{
    "voucherCode": "CHVB1-YL29-MYVA",
    "firstname": "Max",
    "lastname": "Mustermann",
    "email": "example@email.com"
  }'

Responses

OK

Bodyapplication/json
studioAccessCodestringrequired

Code to checkin to a studio

Example: "PTKXPMUO"
Response
application/json
{ "studioAccessCode": "PTKXPMUO" }

Classes

Class and slots operations

Operations

Cross Studio

Cross studio operations

Operations

Customers

Get customers and contracts

Operations

Customers Account

Retrieve customer accounting details

Operations

Customers Communication

Retrieve customer communication details

Operations

Customers Self-service

Operations

Devices

Get device information

Operations

Employees

Employee operations

Operations

Finance

Debt collection operations

Operations

Membership Self-service

Manage membership contracts

Operations

Memberships

Membership operations

Operations

Studios

Get studio information

Operations

Trial Offers

Get trial offers information

Operations