curl --request GET \
--url https://ai.wisepilot.app/api/v1/websites \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"domain": "<string>"
}
]
}Returns all websites the API key has access to (direct scope or via agency).
curl --request GET \
--url https://ai.wisepilot.app/api/v1/websites \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"domain": "<string>"
}
]
}