v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1411013.0 KB

Generates an embedding URL for an Amazon QuickSight dashboard for an anonymous user.

This API is available only to Amazon Web Services Organization management accounts or delegated administrators registered for the procurement insights (procurement-insights.marketplace.amazonaws.com) feature.

The following rules apply to a generated URL:

  • It contains a temporary bearer token, valid for 5 minutes after it is generated. Once redeemed within that period, it cannot be re-used again.

  • It has a session lifetime of one hour. The 5-minute validity period runs separately from the session lifetime.

post/getBuyerDashboard

Request body

dashboardIdentifierstring required

The ARN of the requested dashboard.

embeddingDomainsEmbeddingDomain[] required

Fully qualified domains that you add to the allow list for access to the generated URL that is then embedded. You can list up to two domains or subdomains in each API call. To include all subdomains under a specific domain, use <code></code>. For example, <code>https://.amazon.com</code> includes all subdomains under <code>https://aws.amazon.com</code>.

Response

Success

embedUrlstring required

The dashboard's embedding URL.

dashboardIdentifierstring required

The ARN of the returned dashboard.

embeddingDomainsEmbeddingDomain[] required

The fully qualified domains specified in the request. The domains enable access to the generated URL that is then embedded. You can list up to two domains or subdomains in each API call. To include all subdomains under a specific domain, use <code></code>. For example, <code>https://.amazon.com</code> includes all subdomains under <code>https://aws.amazon.com</code>.

All 1 operations