Request
Body Params application/json
{
"batchId": "e35c58ee-abb6-4808-a260-3d100e5ea9d5",
"participantId": "e9cb6728-750d-4521-8e65-5759aa5d97bf",
"participantExternalId": "",
"internetSpeed": "10 Mbps",
"platform": "WEB",
"ipAddress": "140.0.230.169",
"authLocation": "-6.1744-106.8294",
"browserDeviceType": "Chrome Windows",
"browserDeviceVersion": "120.0.0.0"
}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/web/open/auth/login/openlink' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchId": "e35c58ee-abb6-4808-a260-3d100e5ea9d5",
"participantId": "e9cb6728-750d-4521-8e65-5759aa5d97bf",
"participantExternalId": "",
"internetSpeed": "10 Mbps",
"platform": "WEB",
"ipAddress": "140.0.230.169",
"authLocation": "-6.1744-106.8294",
"browserDeviceType": "Chrome Windows",
"browserDeviceVersion": "120.0.0.0"
}'
Responses
application/json Modified at 2024-03-06 02:01:11