---
title: "Create a guest link via access code"
method: POST
path: "/v1/zooms/link/accesscode"
tags: ["zoom-links"]
---

# Create a guest link via access code

`POST /v1/zooms/link/accesscode`

## Request body

- HttpAccessCodeGuestRequest
  - `accesscode_id` integer, required
  - `country_id` integer, required
  - `email` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `phone` string, required
  - `product_id` integer, required
  - `region_id` integer, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `500` — Internal Server Error

---

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