---
title: "Get Inbound Email Details"
method: GET
path: "/v4/inbound-email/{inbound_email_id}"
tags: ["Inbound Email"]
---

# Get Inbound Email Details

`GET /v4/inbound-email/{inbound_email_id}`

Retrieve details of a specific inbound email including statistics.

## Path parameters

- `inbound_email_id` string, required

## Response `200`

Inbound email details

- InboundEmail — An inbound email address for receiving forwarded CAS emails
  - `inbound_email_id` string — Unique inbound email identifier
  - `email` string, email — The inbound email address to forward CAS statements to
  - `reference` string, nullable — Your internal reference identifier
  - `callback_url` string, uri — Webhook URL for email notifications. If set, we POST each parsed email here. If omitted, files are only retrievable via `GET /v4/inbound-email/{id}/files`.
  - `allowed_sources` string[] — Accepted CAS providers (empty = all)
  - `status` 'active' | 'paused' — Current inbound email lifecycle status
  - `metadata` object — Custom key-value metadata
  - `created_at` string, date-time — When the inbound email was created
  - `updated_at` string, date-time — When the inbound email was last updated

## Other responses

- `401` — Unauthorized. This can happen if the `x-api-key` header is missing.
- `404` — Inbound email not found

---

[API](https://skmtc.net/casparser/apis/cas-parser-track-portfolios-from-cdsl-nsdl-cams-kfintech-2.md) · [All operations](https://skmtc.net/casparser/apis/cas-parser-track-portfolios-from-cdsl-nsdl-cams-kfintech-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casparser/cas-parser-track-portfolios-from-cdsl-nsdl-cams-kfintech-2/revisions/c9918aebb2de/schema)
