---
title: "Connect Identity Imessage Number"
method: POST
path: "/api/v1/identities/{agent_handle}/imessage_number"
tags: ["Identities"]
---

# Connect Identity Imessage Number

`POST /api/v1/identities/{agent_handle}/imessage_number`

## Path parameters

- `agent_handle` string, required

## Request body

- ConnectIMessageNumberRequest
  - `imessage_number_id` string, uuid, required

## Response `201`

Successful Response

- AgentIdentityIMessageNumberResponse
  - `id` string, uuid, required
  - `number` string, required
  - `type` 'dedicated_outbound', required
  - `status` 'active' | 'paused' | 'released'
  - `inbound_only` false — Deprecated compatibility field; dedicated lines can initiate.

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