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", "onboardingStep": null } ] }
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
Was this page helpful?