GET
/
{environmentId}
/
environment
curl --request GET \
  --url https://app.formbricks.com/api/v2/client/{environmentId}/environment \
  --header 'x-api-key: <api-key>'
{
  "environmentId": "env123",
  "state": "active"
}

Authorizations

x-api-key
string
header
required

Use your Formbricks x-api-key to authenticate.

Response

200 - application/json
OK

The response is of type object.

Was this page helpful?