Alerts
Last updated
Was this helpful?
Last updated
Was this helpful?
customer-id
string
A path parameter in form of a string. This is the unique identifier and you will be able to find this Id on your user profile page.
planlevel
string
A query parameter in form of a string. This is the plan identifier number associated with CustomerID and you will be able to find this plan level using https://smartsight.mediamelon.com/planLevelByCustId/<customer-id>
period
string
A query parameter in comma-separated string format. It needs to in the format of start date and end date (eg: start=1729666800,end=1730271600) in epoch time. For reference, use this Epoch Time converter