Skip to main content
POST
Create an expiring private dashboard URL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
analysis_id
string
required

Analysis whose dashboard snapshot will be rendered.

design_id
string
required

A design ID from GET /design/systems.

expires_in_days
integer
default:30
Required range: 1 <= x <= 90

Response

Created

dashboard_url
string<uri>
required

Bearer URL for the exact dashboard snapshot. Keep it private unless the user chooses to share it.

analysis_id
string
required
design
object
required
visibility
string
required
Allowed value: "private_by_possession"
expires_at
string<date-time>
required
sharing
object
required