cURL
curl --request GET \ --url https://{APPLICATION_ID}.algolia.net/agent-studio/1/agents/{agent_id}/allowed-domains \ --header 'X-Algolia-API-Key: <x-algolia-api-key>' \ --header 'X-Algolia-Application-Id: <x-algolia-application-id>'
{ "domains": [ { "id": "<string>", "appId": "<string>", "agentId": "<string>", "domain": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
List all allowed domain patterns for this agent.
settings
Successful Response
List of allowed domains for an application.
Show child attributes
Was this page helpful?