---
title: "Get hyperlane mailbox info"
method: GET
path: "/hyperlane/mailbox/{id}"
tags: ["hyperlane"]
---

# Get hyperlane mailbox info

`GET /hyperlane/mailbox/{id}`

Returns detailed information about a Hyperlane mailbox identified by its hexadecimal identity, including its domain, owner, and linked token/ISM counts.

## Path parameters

- `id` string, required

## Response `200`

OK

- ResponsesHyperlaneMailbox
  - `default_hook` string, binary
  - `default_ism` string, binary
  - `domain` integer
  - `height` integer
  - `hyperlane_id` integer
  - `id` integer
  - `mailbox` string, binary
  - `owner` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `received_messages` integer
  - `required_hook` string, binary
  - `sent_messages` integer
  - `time` string, date-time
  - `tx_hash` string, binary

## Other responses

- `204` — No Content
- `400` — Bad Request
- `500` — Internal Server Error

## Changes

> 52 revisions in range; 28 could not be searched.

- **2024-10-13** `2ec1cffe67d5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/celenium-io/apis/celenium-api/changes/hyperlane/mailbox/:id/get.md)

---

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