Skip to main content
GET
/
v0
/
pages
/
search
Search pages
curl --request GET \
  --url https://api.tryarchitect.com/v0/pages/search \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "audiencesCount": 4503599627370495,
      "name": "<string>",
      "pageId": "<string>",
      "pageType": "inbound"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Query Parameters

limit
number

limit parameter

query
string

query parameter

Response

200 - application/json

Successful operation

items
object[]
required