---
title: "Invite a creator"
method: POST
path: "/agencies/creator-invites"
---

# Invite a creator

`POST /agencies/creator-invites`

Invite a creator to connect to the authenticated user's agency by email.

The invited user must have an existing Fanvue creator account. An email will be sent to the creator with a link to accept the invitation. The creator does not need to share their password.
<Info>Requires: Agency admin access</Info>

## Headers

- `X-Fanvue-API-Version` string, required

## Request body

- object
  - `email` string, email, required — Email address of the creator to invite

## Response `200`

Creator invitation sent successfully

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

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