/restapi/v1.0/subscription
POST {{baseUrl}}/restapi/v1.0/subscription?aggregated=<boolean>
Create New Subscription
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| aggregated | string | If 'True' then aggregated presence status is returned in a notification payload in the 'presenceStatus' field | 
Request Body
{"eventFilters"=>["<string>", "<string>"], "deliveryMode"=>{"transportType"=>"<string>", "encryption"=>"<boolean>"}}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |