Skip to main content
GET
/
collections
List content collections
curl --request GET \
  --url https://api.fanvue.com/collections \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Fanvue-API-Version: <x-fanvue-api-version>'
{
  "data": [
    {
      "uuid": "550e8400-e29b-41d4-a716-446655440000",
      "label": "Behind the scenes",
      "createdAt": "2025-01-15T10:30:00.000Z"
    },
    {
      "uuid": "550e8400-e29b-41d4-a716-446655440001",
      "label": "Promos",
      "createdAt": "2025-01-16T14:20:00.000Z"
    }
  ],
  "pagination": {
    "page": 1,
    "size": 20,
    "hasMore": false
  }
}

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"

Response

List of collections

data
object[]
required

Array of collections

pagination
object
required

Pagination information