Skip to main content
GET
Get Inbound Email Details

Authorizations

x-api-key
string
header
required

Your API key for authentication. Use sandbox-with-json-responses as Sandbox key.

Path Parameters

inbound_email_id
string
required

Inbound Email ID

Response

Inbound email details

An inbound email address for receiving forwarded CAS emails

inbound_email_id
string

Unique inbound email identifier

Example:

"ie_a1b2c3d4e5f6"

email
string<email>

The inbound email address to forward CAS statements to

Example:

"ie_a1b2c3d4e5f6@import.casparser.in"

reference
string | null

Your internal reference identifier

Example:

"user_12345"

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.

Example:

"https://api.yourapp.com/webhooks/cas-email"

allowed_sources
enum<string>[]

Accepted CAS providers (empty = all)

Available options:
cdsl,
nsdl,
cams,
kfintech
Example:
status
enum<string>

Current inbound email lifecycle status

Available options:
active,
paused
Example:

"active"

metadata
object

Custom key-value metadata

Example:
created_at
string<date-time>

When the inbound email was created

Example:

"2025-02-21T10:30:00Z"

updated_at
string<date-time>

When the inbound email was last updated

Example:

"2025-02-21T10:30:00Z"