API reference
surveys
3 endpoints in this area. Each one has its own page with its parameters, its response and a request you can run.
| Method | Path | What it does | Permission |
|---|---|---|---|
| GET | /v1/feature-flags | Every feature flag that is ON for this person in this organisation. | org.read |
| GET | /v1/surveys/active | The surveys this organisation may currently be shown. | org.read |
| POST | /v1/surveys/{survey_id}/responses | Record one person's answers to one survey. | org.read |