Get project settings
Returns the full project configuration including prompts with providers, competitors, canonical brands, schedule settings, manual-run eligibility, and subscription status.
GET /settings
Get project settings
Returns the full project configuration including prompts with providers, competitors, canonical brands, schedule settings, manual-run eligibility, and subscription status.
Authentication: API key required (Bearer token)
Request Example
curl -X GET https://sellm.io/api/v1/settings \
-H "Authorization: Bearer sellm_your_api_key_here"
Responses
| Status | Description |
|---|---|
200 | Project settings, prompts, schedule, and manual-run eligibility |
401 | Unauthorized |
404 | Project not found |
429 | Rate limited |
500 | Internal error |