---
title: "Create direct join"
method: POST
path: "/join"
tags: ["join"]
---

# Create direct join

`POST /join`

Create join

## Request body

- object
  - `room` string
  - `roomPassword` union
    - boolean
    - string
  - `name` string
  - `audio` boolean
  - `video` boolean
  - `screen` boolean
  - `hide` boolean
  - `notify` boolean
  - `token` object — Object containing authentication token details. This token is required when host.protected or host.user_auth is enabled in the app/src/config.js file.
    - `username` string
    - `password` string
    - `presenter` boolean
    - `expire` string

## Response `200`

Direct join created

- JoinResponse
  - `join` string

## Other responses

- `403` — Unauthorized!

## Changes

- **2022-01-02** `5e18c1f41317` — 1 info
  - endpoint added
- **2021-10-08** `806dbbe2b7db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hivetalk/apis/hivetalk-vanilla-api/changes/join/post.md)

---

[API](https://skmtc.dev/hivetalk/apis/hivetalk-vanilla-api.md) · [All operations](https://skmtc.dev/hivetalk/apis/hivetalk-vanilla-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hivetalk/hivetalk-vanilla-api/revisions/3ebd0aed358e/schema)
