cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/page_links \ --header 'x-api-key: <api-key>'
{ "hasMore": true, "items": [ { "pageLinkId": "<string>", "tenantDomainId": "<string>", "path": "<string>", "target": { "targetType": "<string>", "audienceId": "<string>" }, "createdAt": "<string>", "updatedAt": "<string>", "deletedAt": "<string>" } ], "nextCursor": "<string>", "totalCount": 4503599627370495 }
List page links.
API key authentication for the External Actor Gateway
cursor parameter
limit parameter
pageId parameter
path parameter
Optional tenant domain ID for custom domain. If not provided, uses fallback subdomain.
Successful operation
Show child attributes
0 <= x <= 9007199254740991
Was this page helpful?