v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Get User Details

Get details of the user

get/sso/user/{customerId}

Path parameters

customerIdstring required

Customer identifier

Headers

api-keystring required

API key

auth-keystring required

Auth key generated using API key & secret

Response

200

statusinteger

Example response

{
  "status": 200,
  "doc": {
    "custId": "dc7489db-d7d7-4728-98be-c80b414cc81d",
    "fullName": "Roshan Shetty",
    "firstName": "Roshan",
    "lastName": "Shetty",
    "dob": "2000-03-31",
    "gender": "MALE",
    "phone": "9561023766",
    "email": "roshan@stockal.com",
    "username": "user@135",
    "addressLine1": "Apt. 201",
    "addressLine2": "123 Main St",
    "city": "Bengaluru",
    "stateProvince": "Karnataka",
    "countryID": "IND",
    "zipPostalCode": "560103",
    "idNo": "IZFPS7688Q",
    "idType": "PAN",
    "citizenship": "IND",
    "employmentStatus": "EMPLOYED",
    "employmentCountry": "IND",
    "investmentObjectives": "ACTIVE_DAILY",
    "investmentExperience": "NONE",
    "annualIncome": "25000",
    "networthLiquid": "30000",
    "networthTotal": "30000",
    "riskTolerance": "HIGH",
    "termsOfUse": true,
    "rule14b": true,
    "customerAgreement": true,
    "marketDataAgreement": true,
    "dataSharing": true,
    "signedBy": "aa",
    "subPartnerCode": "STOCKAL",
    "accountApprovedDate": "2022-12-19T11:35:08.727Z",
    "kycCreated": "2022-12-19T11:35:00.921Z",
    "plan": "GLOBAL PLUS",
    "createdAt": "2022-12-19T11:34:16.793Z",
    "updatedAt": "2022-12-19T12:00:00.515Z",
    "employmentPosition": "AGENT",
    "employmentCompany": "Company, Pvt.",
    "employmentType": "UTILITIES"
  }
}