Creators
Get creator account
Read one connected creator account and its available Substy settings. Stored platform authentication details are excluded.
GET
/v1/agencies/{agencyId}/creators/lookupRead one connected creator account and its available Substy settings. Stored platform authentication details are excluded.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthQuery Parameters
id?string
platformUserId?string
url?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/lookup" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "description": null, "agencyId": "string", "label": null, "platform": "ONLYFANS", "id": "string", "createdAt": "2019-08-24T14:15:22Z", "name": "string", "age": null, "birthday": null, "timezone": null, "platformUserId": null, "url": null, "pseudo": null, "pending": true, "needA2fVerification": true, "verifiedAt": null, "gender": "MALE", "living": "string", "updatedAt": "2019-08-24T14:15:22Z", "profession": null, "weight": null, "shoeSize": null, "braCupSize": null, "ethnicity": null, "appearance": null, "hairColor": null, "eyeColor": null, "primaryLanguage": null, "otherLanguages": [ "string" ], "languages": null, "trackingLinkSyncListId": null, "isDeleted": true, "deletedAt": null, "chatInboxEnabled": true, "isNearby": true }, "meta": { "requestId": "string" }}List accessible creators GET
List connected creator accounts accessible to the current account, optionally filtering pending connections and including settings.
List creator subscribers GET
List a creator's subscribers with optional online and text-search filters. Use offset and limit to request additional pages.