---
title: "Source Invite"
method: POST
path: "/sources/invite"
tags: ["Sources"]
---

# Source Invite

`POST /sources/invite`

## Request body

- SourceInviteBody — Source 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/8aea6143d003/schema)
