Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Example:{
"participantId": "0001a731-973f-4db2-8984-48a28fd7cce3",
"action" : "OPEN TAB"
}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/web/secured/log/action' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: text/plain' \
--data-raw '{
"participantId": "0001a731-973f-4db2-8984-48a28fd7cce3",
"action" : "OPEN TAB"
}'
Responses
application/json Modified at 2024-03-06 02:01:11