Svix · Example Payload

Svix Ingest Source Create Example

Create a Svix Ingest source — a hosted URL that accepts inbound webhooks from third-party providers (Stripe, GitHub, Shopify, etc.), verifies their signatures, transforms them, and fans them out to your endpoints.

WebhookWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent-DrivenEventingMessagingPub-SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti-TenantMulti-RegionEnterpriseSoftware-as-a-ServiceDeveloper PlatformRESTSOC 2HIPAAPCI DSSGDPROpen-SourceRustPolyglot SDKTerraformCLI

Svix Ingest Source Create Example is an example object payload from Svix, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationsummarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "operation": "POST /ingest/api/v1/source",
  "summary": "Create Ingest Source",
  "description": "Create a Svix Ingest source — a hosted URL that accepts inbound webhooks from third-party providers (Stripe, GitHub, Shopify, etc.), verifies their signatures, transforms them, and fans them out to your endpoints.",
  "request": {
    "method": "POST",
    "url": "https://api.us.svix.com/ingest/api/v1/source",
    "headers": {
      "Authorization": "Bearer testsk_xxxxxxxxxxxxxxxxxxxxxxxxxx",
      "Content-Type": "application/json"
    },
    "body": {
      "name": "stripe-billing-prod",
      "type": "stripe",
      "config": {
        "secret": "whsec_StripeSigningSecretGoesHere"
      },
      "uid": "src_stripe_prod"
    }
  },
  "response": {
    "status": 201,
    "body": {
      "id": "src_5srOrx2ZWZBpBUvZwXKQmoEYga2",
      "uid": "src_stripe_prod",
      "name": "stripe-billing-prod",
      "type": "stripe",
      "ingestUrl": "https://ingest.svix.com/in/src_stripe_prod/",
      "createdAt": "2026-05-22T15:35:00Z",
      "updatedAt": "2026-05-22T15:35:00Z"
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • 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 example
curl "https://apis.io/api/v1/examples/svix-ingest-source-create-example"
All examples
curl "https://apis.io/api/v1/examples?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.