Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
openapi: get /abdm/v1/profile/search
openapi: post /abdm/v1/profile/search
title: Search ABHA
---
20 changes: 13 additions & 7 deletions api-reference/user-app/abdm-connect/registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3478,14 +3478,13 @@ paths:
security:
- authApiKey: []
/abdm/v1/profile/search:
get:
post:
description: Search KYCed ABHA profiles using mobile number
parameters:
- in: query
name: mobile
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ProfileDiscoverAbhaRequest'
responses:
4XX:
content:
Expand Down Expand Up @@ -6166,6 +6165,13 @@ components:
- John Doe
type: string
type: object
ProfileDiscoverAbhaRequest:
properties:
mobile:
type: string
required:
- mobile
type: object
ProfileResponse:
properties:
abha_address:
Expand Down