API Reference
Authorizations
X-API-KeystringRequired
Your organization API key
Body
organizationIdstring · uuidRequiredExample:
The organization ID to embed
422930fe-bdc7-4324-991d-b68193a173bbdashboardIdstring · uuidRequiredExample:
The dashboard ID to embed
a1b2c3d4-e5f6-7890-abcd-ef1234567890expiresInSecondsintegerOptionalDefault:
How long the link is valid in seconds. Omit for non-expiring links.
3600Example: 3600overrideCurrencystring · enumOptionalExample:
Override the currency symbol displayed across all charts in the dashboard.
Accepts either the ISO currency code (USD) or the symbol ($) — both resolve to the same currency.
USDPossible values: Responses
200
Signed embed URL
application/json
urlstring · uriRequiredExample:
https://bipeye.com/embed/organizations/org_123/dashboards/dash_456?apiKey=...expiresAtstring · date-time · nullableRequiredExample:
2025-01-01T12:00:00.000Z400
Validation error — check your request body
401
Invalid or missing API key
404
Dashboard not found or does not belong to your organization
post
/embed/linkAuthorizations
X-API-KeystringRequired
Your organization API key
Body
organizationIdstring · uuidRequiredExample:
The organization ID
422930fe-bdc7-4324-991d-b68193a173bbdashboardIdstring · uuidRequiredExample:
The dashboard ID to fetch datasets for
a1b2c3d4-e5f6-7890-abcd-ef1234567890Responses
200
List of datasets with their fields
application/json
400
Validation error — check your request body
401
Invalid or missing API key
404
Dashboard not found or does not belong to your organization
post
/dashboards/datasetsLast updated