GET
/
agent-websites
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"
    }
  ]
}

Authorizations

X-Authorization
string
header
required

Query Parameters

uid
string
required

User ID

agentId
string
required

Agent ID

Response

200
application/json

List of websites

The response is of type object.