Creators
Get creator platform users
Look up up to 100 platform user IDs in the context of the creator account.
GET
/v1/agencies/{agencyId}/creators/{creatorId}/platform-usersLook up up to 100 platform user IDs in the context of the creator account.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthcreatorId*string
Query Parameters
userIds*array<string>
Items
1 <= items <= 100Response 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/platform-users?userIds=string" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "property1": { "isCreator": null, "isBlocked": null, "isRestricted": null, "lists": null, "sidebarMeta": null, "id": "string", "name": "string", "username": "string", "displayName": "string", "avatar": null }, "property2": { "isCreator": null, "isBlocked": null, "isRestricted": null, "lists": null, "sidebarMeta": null, "id": "string", "name": "string", "username": "string", "displayName": "string", "avatar": null } }, "meta": { "requestId": "string" }}List creator tagged users GET
List platform accounts tagged or associated with the creator's content. Use the returned identifiers when tagging participants in supported content; continue using nextCursor for more accounts.
Get mcp rate limits GET
Read the agency plan tier, calls per minute and concurrent-call limit. MCP calls are free with no monthly quota; platform actions retain their ordinary charges.