Skip to main content
POST
Get an embeddable customer dashboard

Authorizations

Authorization
string
header
required

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

Body

application/json

The details of the dashboard to retrieve

customer_id
string<uuid>
required
dashboard
enum<string>
required

The type of dashboard to retrieve.

Available options:
invoices,
usage,
commits_and_credits
dashboard_options
object[]

Optional dashboard specific options

color_overrides
object[]

Optional list of colors to override

Response

Success

data
object
required