Build on top of 47Creative.
Beyond the agency dashboard, 47Creative exposes a structured REST API for teams that want to automate workflows, integrate with existing tooling, or build custom creator-management products.
Creator & fan data
Read creators, fans, subscriber state, spend history, and identity aliases via REST. Filter by creator, segment, date range, and custom fan categories.
Campaign triggers
Create and queue mass DM campaigns, PPV drops, and winback sequences programmatically. Full template support — same engine the dashboard uses.
Revenue & analytics
Query creator MRR, chatter performance, unlock rates, new subscriber trends, and revenue anomaly signals for custom dashboards or external reporting.
Agency-scoped by design
Every API response is bounded to your agency. No cross-agency data exposure at any layer — the same isolation guarantees that govern the dashboard apply to the API.
Every event your agency cares about, pushed to you.
Subscribe per creator and receive signed deliveries the moment something happens — messages, subscriptions, sales, posts, vault changes, and connection health. Every payload is HMAC-SHA256 signed with rotating secrets, and failed deliveries retry automatically with exponential backoff.
message.receivedA fan sent a message to the creatormessage.sentA message (including PPV) was sent to a fansubscriber.newA new fan subscribedsubscriber.renewedAn existing subscription renewedsubscriber.expiredA subscription lapsed or expiredsale.subscriptionA subscription purchase was recordedsale.ppvA pay-per-view unlock was purchasedsale.tipA tip was receivedpost.publishedA post went live on the creator's feedvault.updatedVault media was imported or changedconnection.*Account & session lifecycle eventsTokens carry only the scopes you grant — profile, messages, fans, earnings, posts, vault, or all.
Tokens expire after 90 days by default (configurable up to a year), can be revoked instantly, and show last-used timestamps for staleness review.
A per-minute burst limit and a monthly request quota per agency, both visible in your usage dashboard alongside remaining headroom.
What teams are building with the API.
The API is designed for agencies that have outgrown the dashboard for a specific workflow and want to automate or extend it — without building the data layer themselves.
Pull creator MRR, fan segments, and chatter performance into your own BI tool or executive dashboard without CSV exports.
Trigger winback, PPV, or renewal campaigns from your own scheduler, CRM workflow, or external event system.
Let creator partners see their own revenue and fan data through a branded portal you control — powered by the 47Creative API.
Connect fan activity, subscription events, and revenue data to Slack, Notion, Airtable, or any tool via webhooks and REST.
Available with your 47Creative agency account.
API access is tied to your agency account. Authentication uses the same agency-scoped session system as the dashboard — every call is bounded to your agency, audited, and rate-limited. No separate developer account or approval process required.
Create account to get startedGET /api/creators
Authorization: Bearer agency_sess_...
{
"creators": [
{
"id": 42,
"name": "Creator Name",
"mrr_30d": 4820.00,
"connection_status": "connected",
"fan_count": 1284
}
]
}Bring your agency into 47Creative
Start with creators, staff, Session Keeper, and the owner dashboard. Managed proxy coverage, campaigns, and approvals included from day one.