Get project configuration
GET/api/v1/projects/:slug/
Retrieve the public configuration of a project: whitelabel status, reCAPTCHA settings, plan, and plan capabilities. The feedback widget calls this endpoint on page load.
Responses are cached server side for up to 60 seconds, so plan or whitelabel changes can take up to a minute to be reflected.
The recaptcha_site_key is safe to expose here: reCAPTCHA site keys
are public by design, and the secret key is never returned.
Request
Responses
- 200
- 404
The project's public configuration.
No project exists with this identifier.