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}/subscribersList 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
Length
1 <= lengthcreatorId*string
Query Parameters
limit?never
offset?number
Default
0online?boolean
Default
falsequery?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" }}Get creator account GET
Read one connected creator account and its available Substy settings. Stored platform authentication details are excluded.
Update creator account PATCH
Update the supplied creator account fields in Substy. Use update_creator_platform_profile to change public profile fields on the platform.