| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### API Parameters

- **action**  
  `string`  
  `enum`  
  *required*  
  Allowed:  
  `Alive`  
  `Closed`  
  `Deleted`

- **id**  
  `string`  
  id of the session, optional, if not sent obtained from token.

- **api-version**  
  `string`  
  *required*  
  Defaults to 1.0

### Responses

- **200**  
  OK

- **400**  
  Bad Request

### Example Request

```bash
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

- `200`
- `400`

*Updated 3 months ago*
