curl --request GET \
--url https://api.tryarchitect.com/v0/pages/search \
--header 'x-api-key: <api-key>'{
"hasMore": true,
"items": [
{
"audiencesCount": 4503599627370495,
"name": "<string>",
"pageId": "<string>",
"pageType": "inbound"
}
],
"nextCursor": "<string>",
"totalCount": 4503599627370495
}Search pages by name.
curl --request GET \
--url https://api.tryarchitect.com/v0/pages/search \
--header 'x-api-key: <api-key>'{
"hasMore": true,
"items": [
{
"audiencesCount": 4503599627370495,
"name": "<string>",
"pageId": "<string>",
"pageType": "inbound"
}
],
"nextCursor": "<string>",
"totalCount": 4503599627370495
}API key authentication for the External Actor Gateway
Was this page helpful?