Authorizations
The API requires a Bearer token (JWT) for authentication.
Headers
Eka User ID (OID)
Partner User ID
Partner HIP ID
Query Parameters
OID is used to Identify the user.
Body
application/json
Day of birth of the user.
Examples:
1
First name of the user.
Examples:
"Shyam"
Gender of the user ('M' for male, 'F' for female, 'O' for other).
Available options:
M
, F
, O
Examples:
"M"
Month of birth of the user.
Examples:
1
Pincode of the user's address.
Examples:
"110001"
Year of birth of the user.
Examples:
1990
Address of the user.
Examples:
"123, ABC Street"
Last name of the user.
Examples:
"Singh"
Middle name of the user.
Examples:
"Kumar"
Response
No Content