---
title: "Does Abha Address Exist"
method: POST
path: "/abdm/na/v1/registration/phr/check"
---

# Does Abha Address Exist

`POST /abdm/na/v1/registration/phr/check`

This API endpoint allows to check whether provided health id is already present in system.

## Headers

- `X-Pt-Id` string
- `X-Partner-Pt-Id` string
- `X-Hip-Id` string

## Request body

- ExistRequest
  - `abha_address` string, required — ABHA address to check if it's already present in the system.

## Response `200`

OK

- ModelsDoesHealthIdExistResponse
  - `exists` boolean — Indicates whether the health ID exist.

## Other responses

- `4XX`
- `5XX`

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
