cURL
curl --request GET \ --url https://api.athenahq.ai/api/v1/competitors \ --header 'x-api-key: <api-key>'
{ "competitors": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "name": "Competitor Inc", "url": "competitor.com", "normalized_url": "competitor.com", "identifiers": [ "Competitor Inc", "competitor.com" ] } ] }
Returns all competitors for a specific website.
API key for authentication. You can create one here.
The ID of the website to retrieve competitors for
Successful response with list of competitors
Show child attributes
Unique identifier for the competitor
"123e4567-e89b-12d3-a456-426614174000"
Display name of the competitor
"Competitor Inc"
The URL of the competitor website
"competitor.com"
Normalized URL of the competitor website
List of identifiers associated with this competitor
["Competitor Inc", "competitor.com"]