Skip to main content
GET
/
brands
/
{brand_id}
/
competitors
/
{competitor_id}
Get Competitor
curl --request GET \
  --url https://api.scrunchai.com/v1/brands/{brand_id}/competitors/{competitor_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "alternative_names": [],
  "websites": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
integer
required
competitor_id
integer
required

Response

Successful Response

id
integer
required
name
string
required
alternative_names
string[]
websites
string[]