v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0172165343.2 KB
Msgs

Svix Poller Create

Create a Svix poller configuration for a topic.

post/api/v1.msgs.svix-poller.create

Request body

namespacestring nullable
topicstring required

The topic that polled webhooks will be written too. If the topic does not exist, a new topic will be created automatically.

poller_idstring required

A user chosen unique identifier for the Poller.

tokenstring required

The AutoConfig token generated by Svix.

Example request

{
  "namespace": "some_namespace",
  "topic": "some_topic_name"
}

Response

topicstring required
poller_idstring required

Example response

{
  "topic": "some_topic_name"
}