Substy Developers
Creators

List creator subscribers

List a creator's subscribers with optional online and text-search filters. Use offset and limit to request additional pages.

GET/v1/agencies/{agencyId}/creators/{creatorId}/subscribers

List a creator's subscribers with optional online and text-search filters. Use offset and limit to request additional pages.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length
creatorId*string

Query Parameters

limit?never
offset?number
Default0
online?boolean
Defaultfalse
query?string

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/subscribers" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": {    "list": [      {        "nativeSpend": null,        "avatar": null,        "listsStates": [          {            "hasUser": true,            "canAddUser": true,            "id": "string",            "name": "string",            "type": "string"          }        ],        "id": "string",        "name": "string",        "username": "string",        "canLookStory": true,        "canCommentStory": true,        "canChat": true,        "hasNotViewedStory": true,        "isCreator": true,        "canPayInternal": true,        "hasScheduledStream": true,        "hasStream": true,        "isMuted": true,        "hasStories": true,        "tipsEnabled": true,        "tipsTextEnabled": true,        "tipsMin": 0,        "tipsMinInternal": 0,        "tipsMax": 0,        "canEarn": true,        "canAddSubscriber": true,        "subscribePrice": 0,        "displayName": "string",        "isRestricted": true,        "subscribedOn": true,        "subscribedOnDuration": "string",        "lastSeen": null,        "avatarThumbnails": null,        "fanSpendingDetails": null,        "isBlocked": null,        "isCanceledNextMonth": null,        "chatId": null      }    ],    "hasMore": true,    "nextOffset": 0  },  "meta": {    "requestId": "string"  }}