Skip to main content
GET
/
user
/
details
User Details API
curl --request GET \
  --url https://api.broker.com/user/details \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
"{\n  \"id\": \"12345678972D0889E0530100007F0123\",\n  \"pan\": \"XXXPX1234X\",\n  \"first_name\": \"John\",\n  \"last_name\": \"Doe\",\n  \"mobile\": \"9999999999\",\n  \"email\": \"[email protected]\",\n  \"aadhaar\" : \"000011112222\",\n  \"dob\": \"02/02/2002\",\n  \"gender\" : \"Male\"\n}"

Headers

x-api-key
string
required

API Key to uniquely identify API user

x-api-version
string

API version

Authorization
string
required

Authentication token to authorize the request

Response

200

id
string
Example:

"12345678972D0889E0530100007F0123"

pan
string
Example:

"XXXPX1234X"

first_name
string
Example:

"John"

last_name
string
Example:

"Doe"

mobile
string
Example:

"9999999999"

email
string
aadhaar
string
Example:

"000011112222"

dob
string
Example:

"02/02/2002"

gender
string
Example:

"Male"