---
title: "Retrieve patient profiles by mobile number"
method: GET
path: "/profiles/v1/patient/by-mobile/"
---

# Retrieve patient profiles by mobile number

`GET /profiles/v1/patient/by-mobile/`

Retrieves patient profiles using the mobile number in a workspace.
The mobile number must be in the format `+<country_code><number>`.

By default, it returns a minimal profile with `oid`, `username`, `fln`, `gen`, `dob`, `abha`, `ccd`, `ps`. To get the full profile, set `full_profile=true`.

## Query parameters

- `mob` string, required
- `full_profile` boolean

## Headers

- `client-id` string, required

## Response `200`

Patient profile details

- FetchByMobilePatientProfile
  - `mobile` string
  - `fln` string
  - `dob` string, date
  - `gen` string
  - `oid` string
  - `username` string
  - `abha` string
  - `ccd` string
  - `ps` string

---

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