Invite a creator

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>Scope required: `write:agency`</Info> <Info>Requires: Agency admin access</Info>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Fanvue-API-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
Email address of the creator to invite

Response

Creator invitation sent successfully
successboolean
messagestring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
410
Gone Error
429
Too Many Requests Error