---
title: "Svix Poller Create"
method: POST
path: "/api/v1.msgs.svix-poller.create"
tags: ["Msgs"]
---

# Svix Poller Create

`POST /api/v1.msgs.svix-poller.create`

Create a Svix poller configuration for a topic.

## Request body

- SvixPollerCreateIn
  - `namespace` string, nullable
  - `topic` string, required — The topic that polled webhooks will be written too. If the topic does not exist, a new topic will be created automatically.
  - `poller_id` string, required — A user chosen unique identifier for the Poller.
  - `token` string, required — The AutoConfig token generated by Svix.

## Response `200`

- SvixPollerCreateOut
  - `topic` string, required
  - `poller_id` string, required

## Other responses

- `400`
- `401`
- `403`
- `422`

## Changes

- **2026-07-10** `603f79db1109` — 1 info
  - endpoint added
- **2026-03-31** `f62be26d2a53` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.msgs.svix-poller.create/post.md)

---

[API](https://skmtc.dev/svix/apis/diom-api.md) · [All operations](https://skmtc.dev/svix/apis/diom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/svix/diom-api/revisions/58636beb376c/schema)
