---
title: "Insert Aadhar Image"
method: POST
path: "/customer/save-aadhar"
tags: ["Customer"]
---

# Insert Aadhar Image

`POST /customer/save-aadhar`

Save aadhar image

## Request body

- SaveAadharPayload — Save aadhar image payload
  - `app_user_id` integer, required
  - `aadhar_number` string, nullable
  - `profile_name` string, nullable
  - `user_dob` string
  - `aadhar_front_image_url` string, nullable
  - `aadhar_back_image_url` string, nullable
  - `profile_photo_url` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/dozzy/apis/fastapi-service.md) · [All operations](https://skmtc.dev/dozzy/apis/fastapi-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dozzy/fastapi-service/revisions/151fa3b762d3/schema)
