---
title: "Create Admin Number"
method: POST
path: "/api/v1/imessage/admin/numbers"
tags: ["iMessage Admin"]
---

# Create Admin Number

`POST /api/v1/imessage/admin/numbers`

## Request body

- CreateIMessageNumberRequest
  - `number` string, required — Phone number in E.164 format (e.g. '+15551234567').
  - `type` union
    - 'triage' | 'shared_inbound' | 'dedicated_outbound' | 'dedicated_triage'
    - 'dedicated'
  - `status` 'active'
  - `provider_line_id` string, nullable
  - `organization_id` string, nullable

## Response `201`

Successful Response

- AdminIMessageNumberResponse
  - `id` string, uuid, required
  - `number` string, required
  - `type` 'triage' | 'shared_inbound' | 'dedicated_outbound' | 'dedicated_triage', required
  - `status` 'active' | 'paused' | 'released', required
  - `organization_id` string, nullable
  - `identity_id` string, uuid, nullable
  - `agent_handle` string, nullable
  - `provider_line_id` string, nullable
  - `telnyx_did` string, nullable
  - `caller_id_verified_at` string, date-time, nullable
  - `inbound_forwarding_confirmed_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

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