---
title: "Register a guest on Gympass"
method: POST
path: "/v1/registrations?provider_id=Gympass"
---

# Register a guest on Gympass

`POST /v1/registrations?provider_id=Gympass`

**Purpose**: The purpose of this API is to register your guests on external providers like Gympass.

You must provide the unique identifier of the external service provider in provider_id. The API will then register the guest on Gympass.

## Query parameters

- `provider_id` string

## Request body

- object
  - `provider_registration_id` string — Unique registration id for the guest with the external service provider.
  - `account_name` string — Name of the account as stored with the external service provider.
  - `center_id` string — Unique identifier of the center. (As stored with the external provider)
  - `schedule_id` string — Session to which the guest is registering. (As stored with the external provider).
  - `user` object — Details of the guest who is registering with Gympass.

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
