Inbound Email
Get Inbound Email Details
Retrieve details of a specific inbound email including statistics.
get/v4/inbound-email/{inbound_email_id}
Path parameters
inbound_email_idstring required
Inbound Email ID
Response
Inbound email details
Example response
{
"allowed_sources": [
"cdsl",
"nsdl"
],
"callback_url": "https://api.yourapp.com/webhooks/cas-email",
"created_at": "2025-02-21T10:30:00Z",
"email": "ie_a1b2c3d4e5f6@import.casparser.in",
"inbound_email_id": "ie_a1b2c3d4e5f6",
"metadata": {
"plan": "premium"
},
"reference": "user_12345",
"status": "active",
"updated_at": "2025-02-21T10:30:00Z"
}