---
title: "Destination Invite"
method: POST
path: "/destinations/invite"
tags: ["Destinations"]
---

# Destination Invite

`POST /destinations/invite`

## Request body

- DestinationInviteBody — Destination Invite body
  - `to_email` string, required — Email address of the user to invite
  - `message` string, required — Custom message to include in the invitation
  - `connectorType` string, required — Type of connector being shared
  - `returnUrl` string, nullable — URL to redirect to after invitation is accepted

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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