---
title: "Check Email Connection Status"
method: POST
path: "/v4/inbox/status"
tags: ["Email Import"]
---

# Check Email Connection Status

`POST /v4/inbox/status`

Verify if an `inbox_token` is still valid and check connection status.

Use this to check if the user needs to re-authenticate (e.g., if they
revoked access in their email provider settings).

## Headers

- `x-inbox-token` string, required

## Response `200`

Token status retrieved

- object
  - `status` string
  - `connected` boolean — Whether the token is valid and usable
  - `provider` string
  - `email` string, email — Email address of the connected account

## Other responses

- `401` — Token is invalid, expired, or revoked. User must reconnect.

---

[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)
