Create a custom list

Create a new custom list for organizing contacts. <Info>Scope required: `write:chat`</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.
namestringRequired1-100 characters
Name of the custom list

Response

Custom list created successfully
uuidstringformat: "uuid"
UUID of the created list
namestring
Name of the created list
createdAtstring or nullformat: "date"
When the list was created

Errors