Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Example:{
"authLocation": "105.2344-95.456456",
"platform":"WEB",
"ipAddress":"36.0.0.1",
"deviceName":null,
"browserDeviceType": "Chrome",
"browserDeviceVersion":"109.0.0.0"
}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/web/open/log/signout/external' \
--header 'Accept: application/json' \
--header 'Content-Type: text/plain' \
--data-raw '{
"authLocation": "105.2344-95.456456",
"platform":"WEB",
"ipAddress":"36.0.0.1",
"deviceName":null,
"browserDeviceType": "Chrome",
"browserDeviceVersion":"109.0.0.0"
}'
Responses
application/json Modified at 2024-03-06 02:01:11