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.

Outbound webhooks

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 creator
message.sentA message (including PPV) was sent to a fan
subscriber.newA new fan subscribed
subscriber.renewedAn existing subscription renewed
subscriber.expiredA subscription lapsed or expired
sale.subscriptionA subscription purchase was recorded
sale.ppvA pay-per-view unlock was purchased
sale.tipA tip was received
post.publishedA post went live on the creator's feed
vault.updatedVault media was imported or changed
connection.*Account & session lifecycle events
Scoped tokens

Tokens carry only the scopes you grant — profile, messages, fans, earnings, posts, vault, or all.

Expiry & revocation

Tokens expire after 90 days by default (configurable up to a year), can be revoked instantly, and show last-used timestamps for staleness review.

Fair rate limits

A per-minute burst limit and a monthly request quota per agency, both visible in your usage dashboard alongside remaining headroom.

Use cases

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.

Custom analytics dashboards

Pull creator MRR, fan segments, and chatter performance into your own BI tool or executive dashboard without CSV exports.

Automated campaign scheduling

Trigger winback, PPV, or renewal campaigns from your own scheduler, CRM workflow, or external event system.

Build your own client portal

Let creator partners see their own revenue and fan data through a branded portal you control — powered by the 47Creative API.

Integrate with your stack

Connect fan activity, subscription events, and revenue data to Slack, Notion, Airtable, or any tool via webhooks and REST.

API access

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 started
Example
GET /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.