Skip to main content
GET
/
v0
/
page_groups
/
{page_group_id}
/
pages
/
{page_id}
/
link
Get page link
curl --request GET \
  --url https://api.tryarchitect.com/v0/page_groups/{page_group_id}/pages/{page_id}/link \
  --header 'x-api-key: <api-key>'
{
  "url": "<string>",
  "domain": "<string>",
  "path": "<string>"
}

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Path Parameters

page_group_id
string
required

page_group_id parameter

page_id
string
required

page_id parameter

Query Parameters

tenantDomainId
string

Optional tenant domain ID for custom domain. If not provided, uses fallback subdomain.

Response

200 - application/json

Successful operation

url
string
required

Full shareable URL for the page

domain
string
required

Domain used in the URL

path
string
required

Path portion of the URL