cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/pages/{page_id}/audiences/{audience_id}/link \ --header 'x-api-key: <api-key>'
{ "url": "<string>", "domain": "<string>", "path": "<string>" }
Get the generated link for an audience.
API key authentication for the External Actor Gateway
page_id parameter
audience_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?