Skip to main content
POST
Create a saved analytics view
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Create a saved analytics view Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
name
string
required
Required string length: 1 - 120
config
object
required

Arbitrary JSON blob, capped at 100KB serialized

isDefault
boolean

Response

Saved view created

status
string
Example:

"success"

SavedView
object