curl --request POST \
--url https://apix.us.amity.co/api/v3/user-event/video-streaming \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"signature": "<string>",
"nonceStr": "<string>",
"timestamp": "2021-03-10T03:07:16.127Z",
"streams": [
{
"streamId": "<string>",
"startTime": "2021-03-10T03:07:16.127Z",
"endTime": "2021-03-10T03:07:16.127Z",
"watchSeconds": 120,
"sessionId": "<string>"
}
]
}
'{
"ok": true
}curl --request POST \
--url https://apix.us.amity.co/api/v3/user-event/video-streaming \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"signature": "<string>",
"nonceStr": "<string>",
"timestamp": "2021-03-10T03:07:16.127Z",
"streams": [
{
"streamId": "<string>",
"startTime": "2021-03-10T03:07:16.127Z",
"endTime": "2021-03-10T03:07:16.127Z",
"watchSeconds": 120,
"sessionId": "<string>"
}
]
}
'{
"ok": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A group of user activity on startTime, endTime and watchSeconds.
check detail signature algorithm at https://ekoapp.atlassian.net/wiki/spaces/UP/pages/1685750282/Billing#Signature-Algorithm%3A
unique string for each request, max length 50
timestamp string in UTC format
"2021-03-10T03:07:16.127Z"
Show child attributes
event is processed successfully
true