Get competitor settings

Returns the competitor list and canonical brand names configured for the project.

GET /settings/competitors

Get competitor settings

Returns the competitor list and canonical brand names configured for the project.

Authentication: API key required (Bearer token)

Request Example

curl -X GET https://sellm.io/api/v1/settings/competitors \
  -H "Authorization: Bearer sellm_your_api_key_here"

Responses

StatusDescription
200Competitor settings
401Unauthorized
404Project not found
429Rate limited
500Internal error