---
title: "POST /internal/account/svix"
method: POST
path: "/internal/account/svix"
tags: ["InternalAccount"]
---

# POST /internal/account/svix

`POST /internal/account/svix`

Create Svix Account

## Request body

- object
  - `environment` string, required
  - `accountId` string, required

## Response `200`

- InternalSvixAccountResponse
  - `account` CommonSvixAccount
    - `uid` string, nullable
    - `name` string, required
    - `rateLimit` integer, nullable
    - `id` string, required
  - `exist` boolean, required
  - `environment` string, nullable

## Other responses

- `401`
- `500`

## Changes

- **2024-08-06** `11f4cc29e52b` — 1 info
  - endpoint added
- **2024-03-04** `52cc79f75cb0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/revertinc/apis/revert-api/changes/internal/account/svix/post.md)

---

[API](https://skmtc.dev/revertinc/apis/revert-api.md) · [All operations](https://skmtc.dev/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/revertinc/revert-api/revisions/698ea54a2330/schema)
