mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-29 09:50:10 -06:00
15 lines
739 B
Plaintext
15 lines
739 B
Plaintext
---
|
||
title: "API v1.0.0"
|
||
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 `environmentId` in the collection variables with your values. 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)!
|