---
title: "Get Identity Channel Status"
method: GET
path: "/api/v1/identities/{agent_handle}/channel-status"
tags: ["Identities"]
---

# Get Identity Channel Status

`GET /api/v1/identities/{agent_handle}/channel-status`

## Path parameters

- `agent_handle` string, required

## Response `200`

Successful Response

- IdentityChannelStatusResponse
  - `agent_handle` string, required
  - `email` IdentityEmailChannelResponse, required
    - `assigned` boolean, required
    - `address` string, nullable
    - `status` string, nullable
  - `sending_domain` IdentitySendingDomainStatusResponse
    - `kind` 'platform' | 'custom', required
    - `domain` string, required
    - `status` string, required
  - `phone` IdentityPhoneChannelResponse, required
    - `assigned` boolean, required
    - `id` string, uuid, nullable
    - `number` string, nullable
    - `status` string, nullable
    - `sms_status` string, nullable
  - `imessage` IdentityIMessageChannelResponse, required
    - `enabled` boolean, required
    - `dedicated_number` string, nullable
    - `status` string, nullable
  - `calling_available` boolean, required
  - `sms_available` boolean, 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)
