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

# Create an Application

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

Creates an Application with webhook URLs for call handling.
Creating an application is usually a first step, after which you
attach the application to either a number or an endpoint.

## Path parameters

- `auth_id` string, required

## Request body

- object
  - `app_name` string, required
  - `answer_url` string, required
  - `answer_method` string, required

## Response `200`

Success

- object
  - `api_id` string, required
  - `app_id` string, required
  - `message` string, required

## Other responses

- `201` — Application created
- `400` — Invalid request parameters
- `401` — Invalid credentials

---

[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)
