1. BrokerIntegrationUAT
Integration
  • TruWorth Wellness UAT
    • Submit Cashless OPD
      POST
    • coverage-details
      POST
    • getOpdAmount
      GET
    • reject-cashless-opd-claim
      GET
    • upload-document
      POST
    • update-status
      GET
    • Login
      POST
  • Zoom Broker
    • Network Hospital list
      POST
    • ecard
      POST
    • getcity
      GET
    • getstate
      GET
    • claimupload
      POST
    • claimintimation
      POST
    • claimdetails
      POST
    • enrolmentdump
      POST
  • CNH Cashless OPD
    • Submit Cashless OPD
      POST
    • Scanned File Received
      POST
    • Rejection request
      POST
    • Claim status
      POST
    • Login Copy
      POST
  • Cashless Integration UAT
    • Fetch Member Details
    • Login
    • Pre Auth Submit Request
    • Pre Auth Query Responded
    • Enhancement Submit Request
    • Claim Status
    • Final bill Submit
    • Claim Rejection
    • Settlement API
  • bintegrationv3Prod
    • ECard
    • getClaimsMethod
    • getprovidercount
    • getprovider
    • getBrokerNetworkList
  • BrokerIntegrationUAT
    • getAuthToken
      POST
    • getEnrollmentDump
      GET
    • getHospitalList
      GET
    • getClaimsData
      POST
    • getEcard
      GET
    • entity id from policy
      GET
    • claim intimation Copy
      POST
    • broker submit claim Copy
      POST
    • getclaimdocuments
      GET
    • DR Document upload
      POST
  1. BrokerIntegrationUAT

getAuthToken

POST
https://uatapiadmin.ewatpa.com/external/login

Request

Body Params application/json

Examples

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://uatapiadmin.ewatpa.com/external/login' \
--header 'Content-Type: application/json' \
--data-raw '{
  "emailId": "rachit@insuremyteam.com",
  "password": "Welcome@1",
  "loggedInPortal": "POLICY_CONFIGURATION_PORTAL"
}'
Response Response Example
{}
Modified at 2026-06-09 08:54:34
Previous
getBrokerNetworkList
Next
getEnrollmentDump
Built with