cURL
curl --request GET \ --url https://{APPLICATION_ID}.algolia.net/agent-studio/1/agents/{agent_id}/allowed-domains/{domain_id} \ --header 'X-Algolia-API-Key: <x-algolia-api-key>' \ --header 'X-Algolia-Application-Id: <x-algolia-application-id>'
{ "id": "<string>", "appId": "<string>", "agentId": "<string>", "domain": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Get a single allowed domain by id.
settings
Successful Response
Single allowed domain in API responses.
Was this page helpful?