cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/audiences/search \ --header 'x-api-key: <api-key>'
{ "hasMore": true, "items": [ { "audienceId": "<string>", "effectiveName": "<string>", "pageId": "<string>", "pageName": "<string>" } ], "nextCursor": "<string>", "totalCount": 4503599627370495 }
Search audiences by name.
API key authentication for the External Actor Gateway
limit parameter
query parameter
Successful operation
Show child attributes
0 <= x <= 9007199254740991
Was this page helpful?