Get User Details
Fetch user’s details, including KYC and Bank Account status
Query parameters
Exactly one of user_uuid, client_user_id, email, or phone must be provided. Passing multiple will return an error.
Response field values
| Field | Possible Values |
|---|---|
kyc_status | Verified, Unverified |
Headers
Your API key (configured in credentials)
HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256 of apiKey + timestamp (or apiKey + timestamp + userId when X-User-Id is required), keyed with your API secret. The HMAC Generator flow computes this for you.
Unix timestamp in seconds (auto-generated) Unix seconds, e.g. Math.floor(Date.now() / 1000). Must match the timestamp used in the X-Signature computation.
Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.
Query Parameters
User UUID to look up.
Client-specific user ID.
User's email address.
User's phone number in E.164 format (e.g. +919876543210).
Related topics
Frequently Asked QuestionsGet Beneficiary DetailsGet Sell Transaction DetailsGet External Buy DetailGet Pool Buy Transaction Details