Skip to main content
GET
/
api
/
v1
/
websites
Get Websites
curl --request GET \
  --url https://api.athenahq.ai/api/v1/websites \
  --header 'x-api-key: <api-key>'
{
  "websites": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "websiteName": "My Awesome Blog",
      "websiteUrl": "example.com"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Response

Successful response with list of websites

websites
object[]
required