Set session status
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
API Parameters
action
stringenum
required
Allowed:AliveClosedDeletedid
string
id of the session, optional, if not sent obtained from token.api-version
string
required
Defaults to 1.0
Responses
200
OK400
Bad Request
Example Request
curl --request POST \
--url 'https://demo-api.incodesmile.com/omni/session/status/set?action=Alive' \
--header 'accept: application/json' \
--header 'api-version: 1.0'
Example Responses
200400
Updated 3 months ago