cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/pages/{page_id}/link \ --header 'x-api-key: <api-key>'
{ "url": "<string>", "domain": "<string>", "path": "<string>" }
Generate a shareable link for a page. Fails if the page version is not yet published.
API key authentication for the External Actor Gateway
page_id parameter
Optional tenant domain ID for custom domain. If not provided, uses fallback subdomain.
Successful operation
Full shareable URL for the page
Domain used in the URL
Path portion of the URL
Was this page helpful?