---
title: "Request new assignment"
method: POST
path: "/ip/"
tags: ["IPAssignment"]
---

# Request new assignment

`POST /ip/`

This endpoint is used to request a new IP Assignment from MyV and the API itself. 
It will create a request on Zendesk for Networking support team.

## Request body

- IpAssignmentRequest
  - `facilityCode` string — For example: `NYC1`.
  - `prefixLength` integer — For example: `/27`.
  - `purpose` string — List the intended use of each IP in the subnet. Required by ICANN.

## Response `200`

Success

## Other responses

- `400` — Invalid action
- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

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