---
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`

---

[API](https://skmtc.net/svix/apis/diom-api.md) · [All operations](https://skmtc.net/svix/apis/diom-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/svix/diom-api/versions/e98d7f3a3e10/schema)
