cURL
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": [] }
Get a competitor by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?