Skip to main content
GET
cURL Example

Response

200 - application/json

Dashboard URL issued.

url
string<uri>
required

Presigned, single-use URL to the EMM analytics dashboard. Open it in a browser immediately after issuance; request a new URL to view refreshed data.

Example:

"https://app.hex.tech/embed/<project-id>/?presigned_url_token=eyJhbGciOi..."

expiresAt
string<date-time>
required

ISO-8601 timestamp returned alongside the URL.

Note: this value currently reports 24 hours after issuance, which does not match the URL's actual redemption window of approximately 90 seconds. Do not use expiresAt to schedule refreshes — mint a new URL immediately before each use.

Example:

"2026-05-22T15:04:05.000Z"