Skip to main content
POST
/
creators
/
{creatorUserUuid}
/
chats
Create new chat as creator
curl --request POST \
  --url https://api.fanvue.com/creators/{creatorUserUuid}/chats \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Fanvue-API-Version: <x-fanvue-api-version>' \
  --data '
{
  "userUuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
'
{
  "message": "Chat created successfully"
}

Authorizations

Authorization
string
header
required

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

Headers

X-Fanvue-API-Version
string
default:2025-06-26
required

API version to use for the request

Example:

"2025-06-26"

Path Parameters

creatorUserUuid
string<uuid>
required

Body

application/json
userUuid
string<uuid>
required

Response

Chat created

message
string
required