Mavrck Webhooks
Version 1.0.0
AsyncAPI description of the Mavrck (Later Influence) outbound webhook surface, derived faithfully from the provider's own published contract: "Workflow Stage Change Event Webhook" 1.0.0, an OpenAPI 3.0.0 document published on SwaggerHub by owner `mavrck` and saved verbatim in this repo at webhooks/mavrck-workflow-stage-change-event-webhook-openapi.json. Mavrck POSTs a JSON notification to an HTTPS endpoint the subscriber registers in the platform, whenever an influencer is added to one of the subscriber's campaigns, or moves from one of that campaign's workflow stages to another. Authorization is a shared bearer-style `token` carried IN THE BODY of the notification: a 16-character alphanumeric string the subscriber reads from the Mavrck platform and compares on receipt. There is no HMAC signature header, no timestamp, and no replay window — the subscriber's only verification material is a static secret transmitted in the payload of every delivery. Retry contract, stated by the provider in the response descriptions of the source document: Mavrck retries on 500 and 502. Mavrck does NOT retry on 401, 403, 404 or 405. A 200 is treated as successful delivery. Only ONE event type is published. This document does not invent others.
Channels
Messages
Servers
{subscriberUrl}