cURL
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" } ] }
Returns all active websites associated with your API key.
API key for authentication. You can create one here.
Successful response with list of websites
Show child attributes
Unique identifier for the website
"123e4567-e89b-12d3-a456-426614174000"
Display name of the website
"My Awesome Blog"
The URL of the website
"example.com"