Svix · Arazzo Workflow

Svix Rotate Ingest Source Token

Version 1.0.0

Rotate an ingest source's token and return its refreshed ingest URL.

1 workflow 1 source API 1 provider
View Spec View on GitHub WebhookWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent-DrivenEventingMessagingPub-SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti-TenantMulti-RegionEnterpriseSoftware-as-a-ServiceDeveloper PlatformRESTSOC 2HIPAAPCI DSSGDPROpen-SourceRustPolyglot SDKTerraformCLIArazzoWorkflows

Provider

svix

Workflows

rotate-ingest-source-token
Rotate an ingest source token and return the refreshed ingest URL.
Verifies the ingest source, rotates its token, and returns the new ingest URL produced by the rotation.
2 steps inputs: sourceId outputs: ingestUrl, sourceId
1
getSource
Confirm the ingest source exists before rotating its token. Returns 200 with the source object.
2
rotateToken
Rotate the ingest source token, producing a new ingest URL. Returns 200 with the refreshed ingest URL.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Svix Rotate Ingest Source Token
  summary: Rotate an ingest source's token and return its refreshed ingest URL.
  description: >-
    An ingest source's token is embedded in its ingest URL, so rotating the
    token changes the URL that upstream providers post to. This workflow
    confirms the ingest source exists, rotates its token, and returns the new
    ingest URL so the upstream provider can be updated. Every step spells out
    its request inline so the flow can be read and executed without opening the
    underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: ingestSourceApi
  url: ../openapi/svix-ingest-source-api-openapi.yml
  type: openapi
workflows:
- workflowId: rotate-ingest-source-token
  summary: Rotate an ingest source token and return the refreshed ingest URL.
  description: >-
    Verifies the ingest source, rotates its token, and returns the new ingest
    URL produced by the rotation.
  inputs:
    type: object
    required:
    - sourceId
    properties:
      sourceId:
        type: string
        description: The id or uid of the ingest source whose token is rotated.
  steps:
  - stepId: getSource
    description: >-
      Confirm the ingest source exists before rotating its token. Returns 200
      with the source object.
    operationId: v1.ingest.source.get
    parameters:
    - name: source_id
      in: path
      value: $inputs.sourceId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      sourceId: $response.body#/id
  - stepId: rotateToken
    description: >-
      Rotate the ingest source token, producing a new ingest URL. Returns 200
      with the refreshed ingest URL.
    operationId: v1.ingest.source.rotate-token
    parameters:
    - name: source_id
      in: path
      value: $steps.getSource.outputs.sourceId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      ingestUrl: $response.body#/ingestUrl
  outputs:
    sourceId: $steps.getSource.outputs.sourceId
    ingestUrl: $steps.rotateToken.outputs.ingestUrl

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow 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 workflow
curl "https://apis.io/api/v1/arazzo/svix-rotate-ingest-source-token-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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