Skip to main content
POST
/
chats
/
lists
/
custom
Create a custom list
curl --request POST \
  --url https://api.fanvue.com/chats/lists/custom \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Fanvue-API-Version: <x-fanvue-api-version>' \
  --data '
{
  "name": "My VIP list"
}
'
{
  "uuid": "123e4567-e89b-12d3-a456-426614174003",
  "name": "Top Supporters",
  "createdAt": "2024-03-15T14:30:00Z"
}

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"

Body

application/json
name
string
required

Name of the custom list

Required string length: 1 - 100

Response

Custom list created successfully

uuid
string<uuid>
required

UUID of the created list

name
string
required

Name of the created list

createdAt
string<date> | null
required

When the list was created