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).

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/storyclash-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Storyclash API
description: '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).'
humanURL: https://www.storyclash.com/integrations/api-integration
baseURL: https://app.storyclash.com/external-api
x-baseURL-note: Corrected 2026-08-13. Every endpoint in Storyclash's own API documentation is rooted at
  https://app.storyclash.com/external-api/ and a live unauthenticated GET on /external-api/campaigns returns
  HTTP 200 with a Storyclash JSON body. The previously recorded host api.storyclash.com is an AWS API
  Gateway (CNAME d-kznsfkvpob.execute-api.eu-north-1.amazonaws.com) that answers every probed path with
  403 {"message":"Missing Authentication Token"} and is named in no documentation.
x-secondary-host: https://api.storyclash.com
tags:
- Influencer Marketing
- Analytics
- Webhook
tags_raw:
- Influencer Marketing
- Analytics
- Webhooks
properties:
- type: Documentation
  url: https://storyclash.notion.site/Storyclash-API-Documentation-1266dc2ddd0880a79cf9e3d34c19fa01
- type: Authentication
  url: authentication/storyclash-authentication.yml
- type: Webhooks
  url: asyncapi/storyclash-webhooks.yml
- type: Conventions
  url: conventions/storyclash-conventions.yml
- type: ErrorCatalog
  url: errors/storyclash-error-codes.yml
- type: RateLimits
  url: rate-limits/storyclash-rate-limits.yml
- type: DataModel
  url: data-model/storyclash-data-model.yml
- type: Examples
  url: examples/storyclash-examples.yml