Get an embeddable customer dashboard
POST {{baseUrl}}/dashboards/getEmbeddableUrl
Retrieve an embeddable dashboard url for a customer. The dashboard can be embedded using an iframe in a website. This will show information such as usage data and customer invoices.
Request Body
{"customer_id"=>"<uuid>", "dashboard"=>"usage", "dashboard_options"=>[{"key"=>"<string>", "value"=>"<string>"}, {"key"=>"<string>", "value"=>"<string>"}], "color_overrides"=>[{"name"=>"UsageLine_3", "value"=>"<string>"}, {"name"=>"Gray_light", "value"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"url":"\u003cstring\u003e"}}