cURL
curl --request GET \ --url https://app.phonely.ai/api/agent-websites \ --header 'X-Authorization: <api-key>'
{ "websites": [ { "id": "<string>", "agentId": "<string>", "name": "<string>", "url": "<string>", "active": true, "content": "<string>", "contentMD": "<string>", "lastUpdatedBy": "<string>", "lastUpdatedAt": "2023-11-07T05:31:56Z" } ] }
Retrieve all websites associated with a specific agent’s knowledge base
User ID
Agent ID
List of websites
The response is of type object.
object