cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/page_links/{page_link_id} \ --header 'x-api-key: <api-key>'
{ "pageLinkId": "<string>", "tenantDomainId": "<string>", "path": "<string>", "target": { "targetType": "<string>", "audienceId": "<string>" }, "createdAt": "<string>", "updatedAt": "<string>", "deletedAt": "<string>" }
Retrieve a specific page link by ID.
API key authentication for the External Actor Gateway
page_link_id parameter
Successful operation
Show child attributes
^\+[1-9]\d{1,14}$
Was this page helpful?