Storyclash API
Enterprise REST API for the Storyclash influencer marketing platform. Three documented endpoints under https://app.storyclash.com/external-api/: GET /campaigns lists the authenticated customer's campaigns, GET /campaign/{campaign_id} returns the full campaign payload (campaign header, paginated posts with metrics and mentions, and creators with shop and link attribution data), and POST /import/creator bulk-imports creators by platform handle. Authenticated by a per-customer token passed as a query parameter on GET and as a body field on POST. One outbound webhook reports per-creator import outcomes against a 14-value status registry. Campaign data is pull-only and rate limited to one request per hour per campaign per result page. Built to feed BI tools (Power BI, Tableau, Looker Studio).