---
title: "Create alias"
method: POST
path: "/api/alias"
tags: ["alias"]
---

# Create alias

`POST /api/alias`

Create alias

## Request body

- ApiAliasReq
  - `catch_all_suffix` string
  - `description` string
  - `domain` string, required
  - `enabled` boolean
  - `format` string
  - `from_name` string
  - `recipients` string, required

## Response `201`

Created

- ApiSuccessRes
  - `message` string

## Other responses

- `400` — Bad Request

## Changes

> 13 revisions in range; 1 could not be searched.

- **2025-12-08** `08582647347e` — 1 info
  - endpoint added
- **2025-07-07** `24d4b1cd7621` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ivpn/apis/untitled-api/changes/api/alias/post.md)

---

[API](https://skmtc.dev/ivpn/apis/untitled-api.md) · [All operations](https://skmtc.dev/ivpn/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ivpn/untitled-api/revisions/0e7bcc538dce/schema)
