---
title: "Create an Endpoint"
method: POST
path: "/api/v1/Account/{auth_id}/Endpoint/"
tags: ["Endpoints"]
---

# Create an Endpoint

`POST /api/v1/Account/{auth_id}/Endpoint/`

Create a new SIP endpoint that can be used to make and receive calls
through IP phones, softphones, or SIP clients. Each endpoint is
assigned a unique SIP URI and endpoint ID.

## Path parameters

- `auth_id` string, required

## Request body

- object
  - `username` string, required
  - `password` string, required
  - `alias` string, required
  - `application` integer, required

## Response `200`

Success

- object
  - `alias` string, required
  - `endpoint_id` string, required
  - `username` string, required

## Other responses

- `201` — Endpoint created
- `400` — Invalid request parameters

---

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