mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-14 19:38:53 -05:00
34b94689ca
- Fix broken API URLs in docs-feedback.mdx (remove /workspaces segment, fix https://, remove stray };) - Add missing workspaceId path params to v2 spec (responses, displays, user) - Remove environmentId from required arrays in v2 request schemas - Fix stale terminology: environment→workspace in database-model, tenant-separation, tags, actions - Fix broken link to removed test-environment page in webhooks.mdx - Fix redundant "codebase" in naming-conventions description - Use neutral hostname in audit-logging example - Hyphenate "open-source" in license.mdx - Consistent workspaceId formatting in wordpress.mdx - Update link text to match anchor in actions.mdx - Remove dual environmentId/workspaceId in headless-surveys example - Fix stale <project_id> placeholder in headless-surveys - Fix awkward Next.js card copy in framework-guides.mdx - Clarify BC wording in v2 introduction.mdx Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
838 B
Plaintext
15 lines
838 B
Plaintext
---
|
||
title: "API v2 Reference (Beta)"
|
||
icon: "code-compare"
|
||
---
|
||
|
||
Formbricks offers two types of APIs: the **Public Client API** and the **Management API**. Each API serves a different purpose, has *different* authentication requirements, and provides access to different data and settings.
|
||
|
||
### API Key Setup
|
||
|
||
Checkout the [API Key Setup](/api-reference/rest-api) to access the Management APIs with an API Key.
|
||
|
||
If you’ve forked the collection and are running it, update the `apiKey` and `workspaceId` in the collection variables with your values. The API still accepts `environmentId` as a deprecated alias for backward compatibility. We also provide post-run scripts to help auto-assign variables when running scripts.
|
||
|
||
Need more help? Visit our [Website](https://formbricks.com/) or join our [Discord](https://formbricks.com/discord)!
|