Substy Developers
Inbox and fans

List creator fan lists

List platform fan lists belonging to a creator, with their supported pagination and filter options.

GET/v1/agencies/{agencyId}/creators/{creatorId}/fan-lists

List platform fan lists belonging to a creator, with their supported pagination and filter options.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length
creatorId*string

Query Parameters

limit?never
offset?number
Default0
cursor?number|null
order?string
Default"asc"

Value in

  • "asc"
  • "desc"
isChat?boolean
Defaulttrue
view?string
Default"tiny"

Value in

  • "tiny"
  • "queue"
onlyPinned?boolean
Defaultfalse

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/agencies/string/creators/string/fan-lists" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": {    "nextCursor": null,    "lists": [      {        "usersCount": 0,        "isPinnedToChat": true,        "id": "string",        "name": "string",        "type": "string"      }    ],    "hasMore": true  },  "meta": {    "requestId": "string"  }}